blob: 8f8e7a39f6750e032ae9c3c79c69ef059c7432e9 [file] [log] [blame]
{
"name": "gtm-oauth-combo",
"version": "0.0.1",
"license": "MIT",
"summary": "A combination of gtm-oauth and gtm-oauth2.",
"homepage": "https://github.com/winkapp/gtm-oauth-combo",
"authors": {
"Joseph Lin": "josephlin0922@gmail.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/winkapp/gtm-oauth-combo.git",
"tag": "0.0.1"
},
"source_files": "**/*.{h,m}",
"public_header_files": "**/*.h",
"resources": "**/*.xib",
"ios": {
"frameworks": [
"Security",
"SystemConfiguration"
]
},
"requires_arc": false,
"dependencies": {
"GTMHTTPFetcher": [
]
}
}