[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / e / 2 / 1 / FirebaseAnalytics / 9.1.0 / FirebaseAnalytics.podspec.json
blobfa777039718880b511541470174729fee8ec92f5
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": [
13       ">= 2.30908.0",
14       "< 2.30910.0"
15     ]
16   },
17   "description": "Firebase Analytics is a free, out-of-the-box analytics solution that inspires actionable insights based on app usage and user engagement.",
18   "frameworks": [
19     "StoreKit"
20   ],
21   "homepage": "https://firebase.google.com/features/analytics/",
22   "libraries": [
23     "c++",
24     "sqlite3",
25     "z"
26   ],
27   "license": {
28     "text": "Copyright 2022 Google",
29     "type": "Copyright"
30   },
31   "name": "FirebaseAnalytics",
32   "platforms": {
33     "ios": "10.0",
34     "osx": "10.12",
35     "tvos": "12.0"
36   },
37   "source": {
38     "http": "https://dl.google.com/firebase/ios/analytics/8e504e0b8788faff/FirebaseAnalytics-9.1.0.tar.gz"
39   },
40   "summary": "Firebase Analytics for iOS",
41   "version": "9.1.0",
42   "subspecs": [
43     {
44       "name": "AdIdSupport",
45       "dependencies": {
46         "GoogleAppMeasurement": "9.1.0"
47       },
48       "vendored_frameworks": [
49         "Frameworks/FirebaseAnalytics.xcframework"
50       ]
51     },
52     {
53       "name": "WithoutAdIdSupport",
54       "dependencies": {
55         "GoogleAppMeasurement/WithoutAdIdSupport": "9.1.0"
56       },
57       "vendored_frameworks": [
58         "Frameworks/FirebaseAnalytics.xcframework"
59       ]
60     }
61   ],
62   "swift_version": "5.3"