Podfile 599 B

12345678910111213141516171819
  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, '8.0'
  12. pod 'FirebaseInAppMessagingDisplay', :path => '../..'
  13. pod 'FirebaseInAppMessaging', :path => '../..'
  14. pod 'FirebaseAnalyticsInterop', :path => '../..'
  15. end