Podfile 699 B

1234567891011121314151617181920
  1. source 'https://github.com/firebase/SpecsStaging.git'
  2. source 'https://cdn.cocoapods.org/'
  3. use_frameworks!
  4. pod 'FirebaseCore', :path => '../../../..'
  5. pod 'FirebaseInstallations', :path => '../../../..'
  6. pod 'FirebaseCoreDiagnostics', :path => '../../../..'
  7. pod 'FirebaseCoreDiagnosticsInterop', :path => '../../../..'
  8. pod 'GoogleDataTransport', :path => '../../../..'
  9. pod 'GoogleDataTransportCCTSupport', :path => '../../../..'
  10. pod 'GoogleUtilities', :path => '../../../..'
  11. pod 'FirebaseABTesting', :path => '../../../..'
  12. target 'FiamDisplaySwiftExample' do
  13. platform :ios, '9.0'
  14. pod 'FirebaseInAppMessaging', :path => '../../../..'
  15. pod 'FirebaseAnalyticsInterop', :path => '../../../..'
  16. end