blob: a5ba16884a1e81b59a2173d242637a4f377353c6 [file] [log] [blame]
{
"name": "OAuth2",
"version": "0.1.2",
"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.2"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"OAuth2": [
"Pod/Assets/*.png",
"Pod/Classes/*.xib",
"Pod/Classes/*.nib"
]
},
"resources": [
"Pod/Assets/*.png",
"Pod/Classes/*.xib",
"Pod/Classes/*.nib"
],
"frameworks": "UIKit"
}