| 12345678910111213141516171819202122232425262728293031323334353637 |
- # Uncomment the next line to define a global platform for your project
- # platform :ios, '9.0'
- target 'FirebasePodTest' do
- # Comment the next line if you don't want to use dynamic frameworks
- use_frameworks!
- pod 'Firebase', :path => '../../../'
- pod 'FirebaseABTesting', :path => '../../../'
- pod 'FirebaseAnalyticsInterop', :path => '../../../'
- pod 'FirebaseAuth', :path => '../../../'
- pod 'FirebaseAuthInterop', :path => '../../../'
- pod 'FirebaseCore', :path => '../../../'
- pod 'FirebaseCoreDiagnostics', :path => '../../../'
- pod 'FirebaseCoreDiagnosticsInterop', :path => '../../../'
- pod 'FirebaseCrashlytics', :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 'FirebaseRemoteConfig', :path => '../../../'
- pod 'FirebaseStorage', :path => '../../../'
- # Get dependent pods from the repo also
- pod 'FirebaseCoreDiagnostics', :path => '../../../'
- pod 'FirebaseCoreDiagnosticsInterop', :path => '../../../'
- pod 'GoogleDataTransport', :path => '../../../'
- pod 'GoogleDataTransportCCTSupport', :path => '../../../'
- pod 'GoogleUtilities', :path => '../../../'
- pod 'FirebaseAnalytics' # Analytics is not open source
- pod 'FirebasePerformance' # Performance is not open source
- end
|