blob: d019e7b7d7478f4d5f97b73a1aaff86da6b6af0a [file] [log] [blame]
{
"name": "GTMOAuth2",
"version": "1.1.6",
"authors": "Google Inc.",
"homepage": "https://github.com/google/gtm-oauth2",
"license": {
"type": "Apache",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/google/gtm-oauth2.git",
"tag": "v1.1.6"
},
"summary": "Google Toolbox for Mac - OAuth 2 Controllers",
"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 or OS X ≥ 10.9.",
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"requires_arc": false,
"source_files": "Source/*.{h,m}",
"ios": {
"source_files": "Source/Touch/*.{h,m}",
"resources": "Source/Touch/*.xib"
},
"osx": {
"source_files": "Source/Mac/*.{h,m}",
"resources": "Source/Mac/*.xib"
},
"user_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) GTM_OAUTH2_USE_FRAMEWORK_IMPORTS=1"
},
"frameworks": [
"Security",
"SystemConfiguration"
],
"dependencies": {
"GTMSessionFetcher": [
"~> 1.1"
]
},
"deprecated_in_favor_of": "GTMAppAuth"
}