[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 8 / b / 3 / Google / 2.0.4 / Google.podspec.json
blobd247cbf2b0c730cdaf2d5983a6c97895a825d4ea
2   "name": "Google",
3   "version": "2.0.4",
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": "https://www.gstatic.com/cpdc/a96d915a636d0afb-Google-2.0.4.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         "z",
44         "stdc++",
45         "sqlite3"
46       ],
47       "user_target_xcconfig": {
48         "HEADER_SEARCH_PATHS": "$(inherited) ${PODS_ROOT}/Google/Headers"
49       },
50       "frameworks": [
51         "AddressBook",
52         "AssetsLibrary",
53         "CoreFoundation",
54         "CoreLocation",
55         "CoreMotion",
56         "MessageUI",
57         "SystemConfiguration"
58       ],
59       "dependencies": {
60         "GoogleUtilities": [
61           "~> 1.1"
62         ],
63         "GoogleNetworkingUtilities": [
64           "~> 1.0"
65         ],
66         "GoogleInterchangeUtilities": [
67           "~> 1.0"
68         ],
69         "GoogleSymbolUtilities": [
70           "~> 1.0"
71         ]
72       }
73     },
74     {
75       "name": "Analytics",
76       "vendored_libraries": [
77         "Libraries/libGGLAnalytics.a"
78       ],
79       "public_header_files": "Headers/GGLAnalytics/Public/*.h",
80       "source_files": "Headers/GGLAnalytics/Public/*.h",
81       "frameworks": [
83       ],
84       "libraries": [
85         "sqlite3"
86       ],
87       "dependencies": {
88         "Google/Core": [
90         ],
91         "GoogleAnalytics": [
92           "~> 3.12"
93         ]
94       }
95     },
96     {
97       "name": "AdMob",
98       "vendored_libraries": [
99         "Libraries/libGGLAdMob.a"
100       ],
101       "public_header_files": "Headers/GGLAdMob/Public/*.h",
102       "source_files": "Headers/GGLAdMob/Public/*.h",
103       "dependencies": {
104         "Google/Core": [
106         ],
107         "GoogleMobileAds": [
108           "~> 7.3"
109         ]
110       }
111     },
112     {
113       "name": "SignIn",
114       "vendored_libraries": [
115         "Libraries/libGGLSignIn.a"
116       ],
117       "public_header_files": "Headers/GGLSignIn/Public/*.h",
118       "source_files": "Headers/GGLSignIn/Public/*.h",
119       "dependencies": {
120         "Google/Core": [
122         ],
123         "GoogleSignIn": [
124           "~> 3.0"
125         ]
126       }
127     },
128     {
129       "name": "CloudMessaging",
130       "vendored_libraries": [
131         "Libraries/libGGLCloudMessaging.a"
132       ],
133       "public_header_files": "Headers/GGLCloudMessaging/Public/*.h",
134       "source_files": "Headers/GGLCloudMessaging/Public/*.h",
135       "dependencies": {
136         "Google/Core": [
138         ],
139         "GGLInstanceID": [
140           "~> 1.0"
141         ],
142         "GoogleCloudMessaging": [
143           "~> 1.0"
144         ]
145       }
146     },
147     {
148       "name": "InstanceID",
149       "dependencies": {
150         "GGLInstanceID": [
151           "~> 1.0"
152         ]
153       }
154     },
155     {
156       "name": "AppInvite",
157       "vendored_libraries": [
158         "Libraries/libGGLAppInvite.a"
159       ],
160       "public_header_files": "Headers/GGLAppInvite/Public/*.h",
161       "source_files": "Headers/GGLAppInvite/Public/*.h",
162       "frameworks": [
163         "AddressBook",
164         "AssetsLibrary",
165         "CoreFoundation",
166         "CoreLocation",
167         "CoreMotion",
168         "MessageUI",
169         "SystemConfiguration"
170       ],
171       "libraries": [
173       ],
174       "dependencies": {
175         "Google/Core": [
177         ],
178         "Google/SignIn": [
180         ],
181         "AppInvites": [
182           "~> 1.0"
183         ]
184       }
185     }
186   ]