Skip to content

yoxisem544/iOS-OAuthAPIKit

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published