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 b55b843 commit ab1a9c9Copy full SHA for ab1a9c9
SymbolCollisionTest/Podfile
@@ -36,6 +36,10 @@ target 'SymbolCollisionTest' do
36
pod 'FirebasePerformance'
37
pod 'FirebaseRemoteConfig', :path => '../'
38
pod 'FirebaseStorage', :path => '../'
39
+ pod 'GoogleDataTransport', :path => '../'
40
+ pod 'GoogleDataTransportCCTSupport', :path => '../'
41
+ pod 'GoogleUtilities', :path => '../'
42
+
43
# pod 'FirebaseUI'. - requires use_frameworks!
44
45
# Other Google Pods
@@ -65,7 +69,6 @@ target 'SymbolCollisionTest' do
65
69
pod 'GoogleSymbolUtilities'
66
70
pod 'GoogleTagManager'
67
71
pod 'GoogleToolboxForMac'
68
- pod 'GoogleUtilities'
72
pod 'GTMAppAuth'
73
# pod 'GTMHTTPFetcher' - conflicts with GTMSessionFetcher
74
pod 'GTMSessionFetcher'
0 commit comments