@@ -36,28 +36,18 @@ public let shared = Manifest(
36
36
Pod ( " GoogleAppMeasurementOnDeviceConversion " , isClosedSource: true , platforms: [ " ios " ] ) ,
37
37
Pod ( " FirebaseAnalytics " , isClosedSource: true , zip: true ) ,
38
38
Pod ( " FirebaseAnalyticsOnDeviceConversion " , platforms: [ " ios " ] , zip: true ) ,
39
- Pod ( " FirebaseAnalyticsSwift " , allowWarnings: true ) ,
40
39
Pod ( " FirebaseABTesting " , zip: true ) ,
41
40
Pod ( " FirebaseAppCheck " , zip: true ) ,
42
41
Pod ( " FirebaseRemoteConfig " , zip: true ) ,
43
- Pod ( " FirebaseRemoteConfigSwift " , allowWarnings: true ) ,
44
42
Pod ( " FirebaseAppDistribution " , isBeta: true , platforms: [ " ios " ] , zip: true ) ,
45
43
Pod ( " FirebaseAuth " , zip: true ) ,
46
44
Pod ( " FirebaseCrashlytics " , zip: true ) ,
47
45
Pod ( " FirebaseDatabase " , zip: true ) ,
48
- Pod ( " FirebaseDatabaseSwift " , allowWarnings: true ) ,
49
46
Pod ( " FirebaseDynamicLinks " , platforms: [ " ios " ] , zip: true ) ,
50
47
Pod ( " FirebaseFirestoreInternal " , allowWarnings: true ) ,
51
48
Pod ( " FirebaseFirestore " , allowWarnings: true , zip: true ) ,
52
- Pod ( " FirebaseFirestoreSwift " , allowWarnings: true ) ,
53
49
Pod ( " FirebaseFunctions " , zip: true ) ,
54
50
Pod ( " FirebaseInAppMessaging " , isBeta: true , platforms: [ " ios " ] , zip: true ) ,
55
- Pod (
56
- " FirebaseInAppMessagingSwift " ,
57
- isBeta: true ,
58
- allowWarnings: true ,
59
- platforms: [ " ios " ]
60
- ) ,
61
51
Pod ( " FirebaseMessaging " , zip: true ) ,
62
52
Pod ( " FirebasePerformance " , platforms: [ " ios " , " tvos " ] , zip: true ) ,
63
53
Pod ( " FirebaseStorage " , zip: true ) ,
0 commit comments