Podfile 597 B

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