OAuth2 client library written in Swift for RIDI account authorization.
- Xcode 11.1+
- Swift 5.0+
- iOS 9+
- macOS 10.13+
This library is distributed by CocoaPods.
CocoaPods is a dependency manager for Cocoa projects. You can install it with the following command:
$ gem install cocoapods
To integrate RidiOAuth2
into your Xcode project using CocoaPods, specify it in your Podfile:
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '9.0'
use_frameworks!
target '<Target name in your project>' do
pod 'RidiOAuth2'
end
Then, run the following command:
$ pod install