4 "authors": "Google Inc.",
5 "homepage": "https://github.com/google/gtm-oauth2",
11 "git": "https://github.com/google/gtm-oauth2.git",
14 "summary": "Google Toolbox for Mac - OAuth 2 Controllers",
15 "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.",
20 "requires_arc": false,
21 "source_files": "Source/*.{h,m}",
23 "source_files": "Source/Touch/*.{h,m}",
24 "resources": "Source/Touch/*.xib"
27 "source_files": "Source/Mac/*.{h,m}",
28 "resources": "Source/Mac/*.xib"
30 "user_target_xcconfig": {
31 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) GTM_OAUTH2_USE_FRAMEWORK_IMPORTS=1"
38 "GTMSessionFetcher": [
42 "deprecated_in_favor_of": "GTMAppAuth"