blob: 25018406c5bd2f863a532c1f8ffee4b10465a0f6 [file] [log] [blame]
{
"name": "RidiOAuth2",
"version": "1.1.0",
"summary": "OAuth2 client library written in Swift for RIDI account authorization.",
"homepage": "https://github.com/ridi/cocoa-oauth2",
"authors": {
"Ridibooks Viewer Team": "viewer.team@ridi.com"
},
"license": "MIT",
"platforms": {
"ios": "9.0",
"osx": "10.10"
},
"source": {
"git": "https://github.com/ridi/cocoa-oauth2.git",
"tag": "1.1.0"
},
"source_files": "RidiOAuth2/*.swift",
"frameworks": "Foundation",
"dependencies": {
"Alamofire": [
"~> 4.0"
],
"RxSwift": [
"~> 4.0"
]
}
}