[Add] MentaIFLYAdapter 6.00.23
[CocoaPods.git] / Specs / 8 / b / 3 / Google / 3.1.0 / Google.podspec.json
blob1cc2ef261ca9adf3b2af3d274701a355996fb32f
2   "name": "Google",
3   "version": "3.1.0",
4   "summary": "Google APIs for iOS",
5   "description": "The Google Pod is now deprecated. Please use the GoogleAnalytics and GoogleSignIn pods directly.",
6   "homepage": "https://developers.google.com/ios",
7   "license": {
8     "text": "Copyright 2016 Google Inc.",
9     "type": "Copyright"
10   },
11   "authors": "Google Inc.",
12   "source": {
13     "http": "https://www.gstatic.com/cpdc/4f036175e1463726-Google-3.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_frameworks": [
29         "Frameworks/GGLCore.framework"
30       ],
31       "public_header_files": [
32         "Headers/Core.h",
33         "Headers/ModuleHeaders/*.h"
34       ],
35       "preserve_paths": [
36         "Headers/module.modulemap"
37       ],
38       "source_files": [
39         "Headers/Core.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         "FirebaseAnalytics": [
61           "~> 3.2"
62         ]
63       }
64     },
65     {
66       "name": "Analytics",
67       "vendored_frameworks": [
68         "Frameworks/GGLAnalytics.framework"
69       ],
70       "public_header_files": "Headers/Analytics.h",
71       "source_files": "Headers/Analytics.h",
72       "libraries": [
73         "sqlite3"
74       ],
75       "dependencies": {
76         "Google/Core": [
78         ],
79         "GoogleAnalytics": [
80           "~> 3.12"
81         ]
82       }
83     },
84     {
85       "name": "SignIn",
86       "vendored_frameworks": [
87         "Frameworks/GGLSignIn.framework"
88       ],
89       "public_header_files": "Headers/SignIn.h",
90       "source_files": "Headers/SignIn.h",
91       "dependencies": {
92         "Google/Core": [
94         ],
95         "GoogleSignIn": [
96           "~> 4.0"
97         ]
98       }
99     }
100   ]