[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / e / 2 / 1 / FirebaseAnalytics / 9.0.0 / FirebaseAnalytics.podspec.json
blob92ac887edf5b7ebdde0a5b168bab216b29eefa54
2   "authors": "Google, Inc.",
3   "cocoapods_version": ">= 1.10.0",
4   "default_subspecs": "AdIdSupport",
5   "dependencies": {
6     "FirebaseCore": "~> 9.0",
7     "FirebaseInstallations": "~> 9.0",
8     "GoogleUtilities/AppDelegateSwizzler": "~> 7.7",
9     "GoogleUtilities/MethodSwizzler": "~> 7.7",
10     "GoogleUtilities/NSData+zlib": "~> 7.7",
11     "GoogleUtilities/Network": "~> 7.7",
12     "nanopb": "~> 2.30908.0"
13   },
14   "description": "Firebase Analytics is a free, out-of-the-box analytics solution that inspires actionable insights based on app usage and user engagement.",
15   "frameworks": [
16     "StoreKit"
17   ],
18   "homepage": "https://firebase.google.com/features/analytics/",
19   "libraries": [
20     "c++",
21     "sqlite3",
22     "z"
23   ],
24   "license": {
25     "text": "Copyright 2022 Google",
26     "type": "Copyright"
27   },
28   "name": "FirebaseAnalytics",
29   "platforms": {
30     "ios": "10.0",
31     "osx": "10.12",
32     "tvos": "12.0"
33   },
34   "source": {
35     "http": "https://dl.google.com/firebase/ios/analytics/a596b932b0fcdc4b/FirebaseAnalytics-9.0.0.tar.gz"
36   },
37   "summary": "Firebase Analytics for iOS",
38   "version": "9.0.0",
39   "subspecs": [
40     {
41       "name": "AdIdSupport",
42       "dependencies": {
43         "GoogleAppMeasurement": "9.0.0"
44       },
45       "vendored_frameworks": [
46         "Frameworks/FirebaseAnalytics.xcframework"
47       ]
48     },
49     {
50       "name": "WithoutAdIdSupport",
51       "dependencies": {
52         "GoogleAppMeasurement/WithoutAdIdSupport": "9.0.0"
53       },
54       "vendored_frameworks": [
55         "Frameworks/FirebaseAnalytics.xcframework"
56       ]
57     }
58   ],
59   "swift_version": "5.3"