/Cocoa-OAuth2

OAuth2 client library written in Swift for RIDI account authorization

Primary LanguageSwiftMIT LicenseMIT

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