Skip to content

Commit 500ea2d

Browse files
authored
Support Unity generated Podfiles (#8193)
1 parent 389c60f commit 500ea2d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

FirebaseAnalytics.podspec.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"source": {
3333
"http": "https://dl.google.com/firebase/ios/analytics/86f6bb645de4aa4b/FirebaseAnalytics-8.0.0.tar.gz"
3434
},
35+
"static_framework": true,
3536
"subspecs": [
3637
{
3738
"name": "AdIdSupport",

GoogleAppMeasurement.podspec.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"source": {
3131
"http": "https://dl.google.com/firebase/ios/analytics/bbfb73e03d64790f/GoogleAppMeasurement-8.0.0.tar.gz"
3232
},
33+
"static_framework": true,
3334
"subspecs": [
3435
{
3536
"name": "AdIdSupport",

0 commit comments

Comments
 (0)