[Add] MapboxCommon 24.10.0-daily-2024-12-21-04-26
[CocoaPods.git] / Specs / e / 3 / b / GoogleAppMeasurement / 11.5.0 / GoogleAppMeasurement.podspec.json
blobd98c877267bc2747f37eaf728f458e05fd336949
2   "name": "GoogleAppMeasurement",
3   "version": "11.5.0",
4   "summary": "Shared measurement methods for Google libraries. Not intended for direct use.",
5   "description": "Measurement methods that are shared between\nGoogle libraries. This pod does not expose\nany headers and isn't intended for direct\nuse, but rather as a dependency of some\nGoogle libraries.",
6   "homepage": "https://developers.google.com/ios",
7   "license": {
8     "type": "Copyright",
9     "text": "Copyright 2022 Google"
10   },
11   "authors": "Google, Inc.",
12   "source": {
13     "http": "https://dl.google.com/firebase/ios/analytics/16e615e7058d8274/GoogleAppMeasurement-11.4.0.tar.gz"
14   },
15   "cocoapods_version": ">= 1.12.0",
16   "platforms": {
17     "ios": "12.0",
18     "osx": "10.15",
19     "tvos": "13.0"
20   },
21   "libraries": [
22     "c++",
23     "sqlite3",
24     "z"
25   ],
26   "frameworks": "StoreKit",
27   "dependencies": {
28     "GoogleUtilities/AppDelegateSwizzler": [
29       "~> 8.0"
30     ],
31     "GoogleUtilities/MethodSwizzler": [
32       "~> 8.0"
33     ],
34     "GoogleUtilities/NSData+zlib": [
35       "~> 8.0"
36     ],
37     "GoogleUtilities/Network": [
38       "~> 8.0"
39     ],
40     "nanopb": [
41       "~> 3.30910.0"
42     ]
43   },
44   "default_subspecs": "AdIdSupport",
45   "subspecs": [
46     {
47       "name": "AdIdSupport",
48       "dependencies": {
49         "GoogleAppMeasurement/WithoutAdIdSupport": [
50           "11.5.0"
51         ]
52       },
53       "vendored_frameworks": "Frameworks/GoogleAppMeasurementIdentitySupport.xcframework"
54     },
55     {
56       "name": "WithoutAdIdSupport",
57       "vendored_frameworks": "Frameworks/GoogleAppMeasurement.xcframework"
58     }
59   ]