| 12345678910111213141516171819202122232425 |
- # Uncomment the next line to define a global platform for your project
- platform :ios, '9.0'
- target 'CocoapodsIntegrationTest' do
- pod 'FirebaseABTesting', :path => '../'
- pod 'FirebaseCore', :path => '../'
- pod 'FirebaseCoreDiagnostics', :path => '../'
- pod 'FirebaseCoreDiagnosticsInterop', :path => '../'
- pod 'FirebaseCrashlytics', :path => '../'
- pod 'FirebaseAnalyticsInterop', :path => '../'
- pod 'FirebaseAuth', :path => '../'
- pod 'FirebaseAuthInterop', :path => '../'
- pod 'FirebaseDatabase', :path => '../'
- pod 'FirebaseDynamicLinks', :path => '../'
- pod 'FirebaseFirestore', :path => '../'
- pod 'FirebaseFunctions', :path => '../'
- pod 'FirebaseInAppMessaging', :path => '../'
- pod 'FirebaseInstallations', :path => '../'
- pod 'FirebaseInstanceID', :path => '../'
- pod 'FirebaseMessaging', :path => '../'
- pod 'FirebaseStorage', :path => '../'
- pod 'GoogleDataTransport', :path => '../'
- pod 'GoogleDataTransportCCTSupport', :path => '../'
- pod 'GoogleUtilities', :path => '../'
- end
|