Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 1.5 KB

README.md

File metadata and controls

53 lines (34 loc) · 1.5 KB

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, yoxisem544@gmail.com

License

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