blob: 14e469a3b21e977edc11b1699e2c0c554ed0ae5d [file] [log] [blame]
{
"name": "OAuth2",
"version": "0.1.1",
"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.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"OAuth2": [
"Pod/Assets/*.png",
"Pod/Classes/OAuthRequestController.xib"
]
}
}