blob: 5690bcc4f6d4a4a1f5f64a37e8c038b78ff980e3 [file] [log] [blame]
{
"name": "OAuth2",
"version": "0.1.8",
"summary": "It's used for OAuth2 authorization.",
"description": "It's a library on iOS which is suitable for OAuth2. It supports authorization all websites which are using OAuth2 such as: smarthings, uber, fitbit, delivery, etc...",
"homepage": "https://github.com/trongdth/OAuth2-for-iOS",
"license": "MIT",
"authors": {
"Trong Dinh": "trongdth@gmail.com"
},
"source": {
"git": "https://github.com/trongdth/OAuth2-for-iOS.git",
"tag": "0.1.8"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"OAuth2": [
"Pod/Classes/OAuthRequestController.xib"
]
},
"resources": [
"Pod/Classes/OAuthRequestController.xib"
],
"frameworks": "UIKit"
}