forked from firebase/firebase-ios-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFirebaseAnalytics.podspec.json
More file actions
40 lines (40 loc) · 1.23 KB
/
FirebaseAnalytics.podspec.json
File metadata and controls
40 lines (40 loc) · 1.23 KB
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
{
"authors": "Google, Inc.",
"cocoapods_version": ">= 1.10.0",
"dependencies": {
"FirebaseCore": "~> 7.0",
"FirebaseInstallations": "~> 7.0",
"GoogleAppMeasurement": "7.8.1",
"GoogleUtilities/AppDelegateSwizzler": "~> 7.0",
"GoogleUtilities/MethodSwizzler": "~> 7.0",
"GoogleUtilities/NSData+zlib": "~> 7.0",
"GoogleUtilities/Network": "~> 7.0",
"nanopb": "~> 2.30907.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/c1a9581cce87aa7d/FirebaseAnalytics-7.8.1.tar.gz"
},
"summary": "Firebase Analytics for iOS",
"vendored_frameworks": [
"Frameworks/FirebaseAnalytics.xcframework"
],
"version": "7.8.1"
}