Skip to content

Commit a7cb0e4

Browse files
authored
Eliminate invalid subspec (#8264)
1 parent c69b1ff commit a7cb0e4

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

FirebaseAnalytics.podspec.json

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,19 +37,17 @@
3737
{
3838
"name": "AdIdSupport",
3939
"dependencies": {
40-
"FirebaseAnalytics/Base": "8.2.0",
4140
"GoogleAppMeasurement": "8.2.0"
42-
}
41+
},
42+
"vendored_frameworks": [
43+
"Frameworks/FirebaseAnalytics.xcframework"
44+
]
4345
},
4446
{
4547
"name": "WithoutAdIdSupport",
4648
"dependencies": {
47-
"FirebaseAnalytics/Base": "8.2.0",
4849
"GoogleAppMeasurement/WithoutAdIdSupport": "8.2.0"
49-
}
50-
},
51-
{
52-
"name": "Base",
50+
},
5351
"vendored_frameworks": [
5452
"Frameworks/FirebaseAnalytics.xcframework"
5553
]

0 commit comments

Comments
 (0)