blob: 32c817d254d40b979c8e0c28cf44394a9463cc53 [file] [log] [blame]
{
"name": "GoogleOAuth2",
"version": "1.1",
"summary": "OAuth 2 Controllers (Support 'use_frameworks!')",
"description": "The Google Toolbox for Mac OAuth 2 Controllers make it easy for Cocoa\napplications to sign in to services using OAuth 2 for authentication\nand authorization.\n\nThis version can be used with iOS ≥ 7.0.",
"homepage": "https://github.com/hoyelo/GoogleOAuth2",
"license": "MIT",
"authors": "Google Inc.",
"source": {
"git": "https://github.com/hoyelo/GoogleOAuth2.git",
"tag": "1.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": false,
"source_files": "Pod/Classes/**/*",
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": [
"Security",
"SystemConfiguration"
]
}