blob: 5166dbfe28b3d63058f87b77b0d6e73e69186179 [file] [log] [blame]
{
"name": "RidiOAuth2",
"version": "1.1.1",
"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.1"
},
"source_files": "Sources/RidiOAuth2/*.swift",
"frameworks": "Foundation",
"dependencies": {
"Alamofire": [
"~> 4.0"
],
"RxSwift": [
"~> 4.0"
]
}
}