blob: 83290ddc71202e09b4839d4cfa9bc4fc4a1f374b [file] [log] [blame]
{
"name": "OAuth2",
"version": "0.1.3",
"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.3"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resources": [
"Pod/Classes/*.xib"
],
"frameworks": "UIKit"
}