[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 8 / b / 3 / Google / 1.1.1 / Google.podspec.json
bloba2198c16158a86499b3752154e1d85d1bef9e609
2   "name": "Google",
3   "version": "1.1.1",
4   "summary": "Google APIs for iOS",
5   "description": "Simplify your iOS development, grow your user base, and monetize more effectively with Google services.",
6   "homepage": "https://developers.google.com/ios",
7   "license": {
8     "text": "Copyright 2015 Google Inc.",
9     "type": "Copyright"
10   },
11   "authors": "Google Inc.",
12   "source": {
13     "http": "http://www.gstatic.com/cpdc/4f65507804e63240-Google-1.1.1.tar.gz"
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "7.0"
18   },
19   "header_dir": "Google",
20   "preserve_paths": "Samples/*",
21   "default_subspecs": [
22     "Core"
23   ],
24   "deprecated": true,
25   "subspecs": [
26     {
27       "name": "Core",
28       "vendored_libraries": [
29         "Libraries/libGGLCore.a"
30       ],
31       "public_header_files": [
32         "Headers/GGLCore/Public/*.h",
33         "Headers/ModuleHeaders/*.h"
34       ],
35       "preserve_paths": [
36         "Headers/module.modulemap"
37       ],
38       "source_files": [
39         "Headers/GGLCore/Public/*.h",
40         "Headers/ModuleHeaders/*.h"
41       ],
42       "libraries": [
43         "sqlite3"
44       ],
45       "user_target_xcconfig": {
46         "OTHER_LDFLAGS": "$(inherited) -force_load '$(PODS_ROOT)/GoogleUtilities/Libraries/libGTM_NSData+zlib.a'",
47         "HEADER_SEARCH_PATHS": "$(inherited) ${PODS_ROOT}/Google/Headers"
48       },
49       "frameworks": [
50         "AddressBook",
51         "AssetsLibrary",
52         "CoreFoundation",
53         "CoreLocation",
54         "CoreMotion",
55         "MessageUI",
56         "SystemConfiguration"
57       ],
58       "dependencies": {
59         "GoogleUtilities": [
60           "~> 1.1"
61         ],
62         "GoogleNetworkingUtilities": [
63           "~> 1.0"
64         ],
65         "GoogleInterchangeUtilities": [
66           "~> 1.0"
67         ],
68         "GoogleSymbolUtilities": [
69           "~> 1.0"
70         ]
71       }
72     },
73     {
74       "name": "Analytics",
75       "vendored_libraries": [
76         "Libraries/libGGLAnalytics.a"
77       ],
78       "public_header_files": "Headers/GGLAnalytics/Public/*.h",
79       "source_files": "Headers/GGLAnalytics/Public/*.h",
80       "frameworks": [
82       ],
83       "libraries": [
84         "sqlite3"
85       ],
86       "dependencies": {
87         "Google/Core": [
89         ],
90         "GoogleAnalytics": [
91           "~> 3.12"
92         ]
93       }
94     },
95     {
96       "name": "AdMob",
97       "vendored_libraries": [
98         "Libraries/libGGLAdMob.a"
99       ],
100       "public_header_files": "Headers/GGLAdMob/Public/*.h",
101       "source_files": "Headers/GGLAdMob/Public/*.h",
102       "dependencies": {
103         "Google/Core": [
105         ],
106         "GoogleMobileAds": [
107           "~> 7.3"
108         ]
109       }
110     },
111     {
112       "name": "SignIn",
113       "vendored_libraries": [
114         "Libraries/libGGLSignIn.a"
115       ],
116       "public_header_files": "Headers/GGLSignIn/Public/*.h",
117       "source_files": "Headers/GGLSignIn/Public/*.h",
118       "dependencies": {
119         "Google/Core": [
121         ],
122         "GoogleSignIn": [
123           "~> 2.0"
124         ]
125       }
126     },
127     {
128       "name": "AppInvite",
129       "vendored_libraries": [
130         "Libraries/libGGLAppInvite.a"
131       ],
132       "public_header_files": "Headers/GGLAppInvite/Public/*.h",
133       "source_files": "Headers/GGLAppInvite/Public/*.h",
134       "frameworks": [
135         "AddressBook",
136         "AssetsLibrary",
137         "CoreFoundation",
138         "CoreLocation",
139         "CoreMotion",
140         "MessageUI",
141         "SystemConfiguration"
142       ],
143       "libraries": [
145       ],
146       "dependencies": {
147         "Google/Core": [
149         ],
150         "Google/SignIn": [
152         ],
153         "AppInvites": [
154           "~> 1.0"
155         ]
156       }
157     },
158     {
159       "name": "CloudMessaging",
160       "vendored_libraries": [
161         "Libraries/libGGLCloudMessaging.a"
162       ],
163       "public_header_files": "Headers/GGLCloudMessaging/Public/*.h",
164       "source_files": "Headers/GGLCloudMessaging/Public/*.h",
165       "dependencies": {
166         "Google/Core": [
168         ],
169         "GGLInstanceID": [
170           "~> 1.0"
171         ],
172         "GoogleCloudMessaging": [
173           "~> 1.0"
174         ]
175       }
176     },
177     {
178       "name": "InstanceID",
179       "dependencies": {
180         "GGLInstanceID": [
181           "~> 1.0"
182         ]
183       }
184     }
185   ]