Skip to content
This repository has been archived by the owner on Feb 19, 2023. It is now read-only.

ridi/Cocoa-OAuth2

Repository files navigation

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

About

OAuth2 client library written in Swift for RIDI account authorization

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages