OAuthAPIKit 5.1.4

OAuthAPIKit 5.1.4

Maintained by Davd Lin.



 
Depends on:
Alamofire~> 5.0
Moya~> 14.0
ModelMapper~> 10.0
PromiseKit~> 6.12
SwiftyJSON~> 5.0
 

  • By
  • yoxisem544

OAuthAPIKit

CI Status codecov codebeat badge Version License Platform

Example

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

Requirements

Installation

OAuthAPIKit is available through CocoaPods. To install it, simply add the following line to your Podfile:

Simple without any dependency:

pod 'OAuthAPIKit'

Or with RxSwift:

pod 'OAuthAPIKit/RxSwift'

Or if you like to use Mapper to help for JSON decoding:

pod 'OAuthAPIKit/Mapper'

Or RxSwift and Mapper together:

Or with RxSwift:

pod 'OAuthAPIKit/RxSwift+Mapper'

Author

yoxisem544, [email protected]

License

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