Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 1.3 KB

README.md

File metadata and controls

41 lines (25 loc) · 1.3 KB

OBSwaggerClientSupport

CI Status Version License Platform

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

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'.

Useage

Check the useage in Example/Tests/Tests.swift. 😎

Author

arthurgau0419@gmail.com

License

SwaggerClientSupport is available under the MIT license. See the LICENSE file for more info.