blob: d61aa5e21a6f5e4b67fd5bce69557ead35e51132 [file] [log] [blame]
{
"name": "OAuth2",
"version": "0.2.0",
"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.2.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*.{h,m}",
"resource_bundles": {
"OAuth2": [
"Pod/Classes/OAuthRequestController.xib"
]
},
"resources": [
"Pod/Classes/OAuthRequestController.xib"
],
"frameworks": "UIKit"
}