[Add] RegulaCommonNightly 7.5.947
[CocoaPods.git] / Specs / e / 2 / 1 / FirebaseAnalytics / 11.0.0 / FirebaseAnalytics.podspec.json
blobb498504a518b512386371f7855386874c81040a8
2   "name": "FirebaseAnalytics",
3   "version": "11.0.0",
4   "summary": "Firebase Analytics for iOS",
5   "description": "Firebase Analytics is a free, out-of-the-box analytics solution that\ninspires actionable insights based on app usage and user engagement.",
6   "homepage": "https://firebase.google.com/features/analytics/",
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/659e086e30063383/FirebaseAnalytics-11.0.0.tar.gz"
14   },
15   "cocoapods_version": ">= 1.12.0",
16   "swift_versions": "5.9",
17   "platforms": {
18     "ios": "12.0",
19     "osx": "10.15",
20     "tvos": "13.0"
21   },
22   "libraries": [
23     "c++",
24     "sqlite3",
25     "z"
26   ],
27   "frameworks": "StoreKit",
28   "dependencies": {
29     "FirebaseCore": [
30       "~> 11.0"
31     ],
32     "FirebaseInstallations": [
33       "~> 11.0"
34     ],
35     "GoogleUtilities/AppDelegateSwizzler": [
36       "~> 8.0"
37     ],
38     "GoogleUtilities/MethodSwizzler": [
39       "~> 8.0"
40     ],
41     "GoogleUtilities/NSData+zlib": [
42       "~> 8.0"
43     ],
44     "GoogleUtilities/Network": [
45       "~> 8.0"
46     ],
47     "nanopb": [
48       "~> 3.30910.0"
49     ]
50   },
51   "default_subspecs": "AdIdSupport",
52   "subspecs": [
53     {
54       "name": "AdIdSupport",
55       "dependencies": {
56         "GoogleAppMeasurement": [
57           "11.0.0"
58         ]
59       },
60       "vendored_frameworks": "Frameworks/FirebaseAnalytics.xcframework"
61     },
62     {
63       "name": "WithoutAdIdSupport",
64       "dependencies": {
65         "GoogleAppMeasurement/WithoutAdIdSupport": [
66           "11.0.0"
67         ]
68       },
69       "vendored_frameworks": "Frameworks/FirebaseAnalytics.xcframework"
70     }
71   ],
72   "swift_version": "5.9"