RidiOAuth2 1.2.0

RidiOAuth2 1.2.0

Maintained by Ridibooks Viewer Team.



 
Depends on:
Alamofire~> 4.0
RxSwift~> 4.0
 

  • By
  • Ridibooks Viewer Team

RidiOAuth2

OAuth2 client library written in Swift for RIDI account authorization.

Build Status CocoaPods Compatible Platform License

Requirements

  • Xcode 11.1+
  • Swift 5.0+
  • iOS 9+
  • macOS 10.13+

Installation

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