[Add] jionews-shortssdk-cocoapod 2.1.5
[CocoaPods.git] / Specs / 0 / a / f / GTMOAuth2 / 1.1.6 / GTMOAuth2.podspec.json
blobd019e7b7d7478f4d5f97b73a1aaff86da6b6af0a
2   "name": "GTMOAuth2",
3   "version": "1.1.6",
4   "authors": "Google Inc.",
5   "homepage": "https://github.com/google/gtm-oauth2",
6   "license": {
7     "type": "Apache",
8     "file": "LICENSE"
9   },
10   "source": {
11     "git": "https://github.com/google/gtm-oauth2.git",
12     "tag": "v1.1.6"
13   },
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.",
16   "platforms": {
17     "ios": "7.0",
18     "osx": "10.9"
19   },
20   "requires_arc": false,
21   "source_files": "Source/*.{h,m}",
22   "ios": {
23     "source_files": "Source/Touch/*.{h,m}",
24     "resources": "Source/Touch/*.xib"
25   },
26   "osx": {
27     "source_files": "Source/Mac/*.{h,m}",
28     "resources": "Source/Mac/*.xib"
29   },
30   "user_target_xcconfig": {
31     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) GTM_OAUTH2_USE_FRAMEWORK_IMPORTS=1"
32   },
33   "frameworks": [
34     "Security",
35     "SystemConfiguration"
36   ],
37   "dependencies": {
38     "GTMSessionFetcher": [
39       "~> 1.1"
40     ]
41   },
42   "deprecated_in_favor_of": "GTMAppAuth"