blob: 7d1a4ffb3eb64b9378aa9010fac90a7af8f41b4f [file] [log] [blame]
{
"name": "GTMOAuth",
"version": "0.1.3",
"license": "MIT",
"summary": "OAuth engine for iOS.",
"homepage": "https://github.com/sdkdimon/gtm-oauth",
"authors": {
"daemmon": "sdkdimon@gmail.com"
},
"source": {
"git": "https://github.com/sdkdimon/gtm-oauth.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": false,
"public_header_files": "**/*.h",
"source_files": "**/*.{h,m}",
"ios": {
"frameworks": [
"Security",
"SystemConfiguration"
]
}
}