forked from firebase/firebase-ios-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
FirebaseAnalytics.podspec.json
57 lines (57 loc) · 1.7 KB
/
FirebaseAnalytics.podspec.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"authors": "Google, Inc.",
"cocoapods_version": ">= 1.10.0",
"default_subspecs": "AdIdSupport",
"dependencies": {
"FirebaseCore": "~> 8.0",
"FirebaseInstallations": "~> 8.0",
"GoogleUtilities/AppDelegateSwizzler": "~> 7.4",
"GoogleUtilities/MethodSwizzler": "~> 7.4",
"GoogleUtilities/NSData+zlib": "~> 7.4",
"GoogleUtilities/Network": "~> 7.4",
"nanopb": "~> 2.30908.0"
},
"description": "Firebase Analytics is a free, out-of-the-box analytics solution that inspires actionable insights based on app usage and user engagement.",
"frameworks": [
"StoreKit"
],
"homepage": "https://firebase.google.com/features/analytics/",
"libraries": [
"c++",
"sqlite3",
"z"
],
"license": {
"text": "Copyright 2021 Google",
"type": "Copyright"
},
"name": "FirebaseAnalytics",
"platforms": {
"ios": "9.0"
},
"source": {
"http": "https://dl.google.com/firebase/ios/analytics/bd11de21f44e549f/FirebaseAnalytics-8.3.0.tar.gz"
},
"subspecs": [
{
"name": "AdIdSupport",
"dependencies": {
"GoogleAppMeasurement": "8.7.0"
},
"vendored_frameworks": [
"Frameworks/FirebaseAnalytics.xcframework"
]
},
{
"name": "WithoutAdIdSupport",
"dependencies": {
"GoogleAppMeasurement/WithoutAdIdSupport": "8.7.0"
},
"vendored_frameworks": [
"Frameworks/FirebaseAnalytics.xcframework"
]
}
],
"summary": "Firebase Analytics for iOS",
"version": "8.7.0"
}