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