Skip to content

Commit d248d8d

Browse files
authored
Add Performance podspec (#6526)
1 parent 5ce6167 commit d248d8d

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

FirebasePerformance.podspec.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"authors": "Google, Inc.",
3+
"dependencies": {
4+
"FirebaseCore": "~> 6.9",
5+
"FirebaseInstallations": "~> 1.5",
6+
"FirebaseRemoteConfig": "~> 4.7",
7+
"GTMSessionFetcher/Core": "~> 1.1",
8+
"GoogleDataTransport": "~> 7.0",
9+
"GoogleToolboxForMac/Logger": "~> 2.1",
10+
"GoogleToolboxForMac/NSData+zlib": "~> 2.1",
11+
"GoogleUtilities/Environment": "~> 6.2",
12+
"GoogleUtilities/ISASwizzler": "~> 6.2",
13+
"GoogleUtilities/MethodSwizzler": "~> 6.2",
14+
"Protobuf": "~> 3.12"
15+
},
16+
"description": "Firebase Performance provides insights into the performance characteristics of apps",
17+
"frameworks": [
18+
"CoreTelephony",
19+
"QuartzCore",
20+
"SystemConfiguration"
21+
],
22+
"homepage": "https://firebase.google.com/docs/perf-mon/",
23+
"license": {
24+
"text": "Copyright 2020 Google",
25+
"type": "Copyright"
26+
},
27+
"name": "FirebasePerformance",
28+
"platforms": {
29+
"ios": "8.0"
30+
},
31+
"preserve_paths": [
32+
"README.md"
33+
],
34+
"source": {
35+
"http": "https://dl.google.com/dl/cpdc/ec10178ac6b36ea6/FirebasePerformance-3.3.0.tar.gz"
36+
},
37+
"summary": "Firebase Performance for iOS",
38+
"vendored_frameworks": [
39+
"Frameworks/FirebasePerformance.framework"
40+
],
41+
"version": "3.3.0"
42+
}

0 commit comments

Comments
 (0)