To run the example project, clone the repo, and run pod install
from the Example directory first.
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'
yoxisem544, [email protected]
OAuthAPIKit is available under the MIT license. See the LICENSE file for more info.