We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c69b1ff commit a7cb0e4Copy full SHA for a7cb0e4
FirebaseAnalytics.podspec.json
@@ -37,19 +37,17 @@
37
{
38
"name": "AdIdSupport",
39
"dependencies": {
40
- "FirebaseAnalytics/Base": "8.2.0",
41
"GoogleAppMeasurement": "8.2.0"
42
- }
+ },
+ "vendored_frameworks": [
43
+ "Frameworks/FirebaseAnalytics.xcframework"
44
+ ]
45
},
46
47
"name": "WithoutAdIdSupport",
48
49
"GoogleAppMeasurement/WithoutAdIdSupport": "8.2.0"
50
- },
51
- {
52
- "name": "Base",
53
"vendored_frameworks": [
54
"Frameworks/FirebaseAnalytics.xcframework"
55
]
0 commit comments