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