To run the example project, clone the repo, and run pod install
from the Example directory first.
SwaggerClientSupport is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'OBSwaggerClientSupport'
# With PromiseKit Support.
pod 'OBSwaggerClientSupport/Promise'
# With RxSwift Support.
pod 'OBSwaggerClientSupport/RxSwift'
Then follow the steps in 'Example/Tests/Setup.swift'.
Check the useage in Example/Tests/Tests.swift. 😎
SwaggerClientSupport is available under the MIT license. See the LICENSE file for more info.