Podfile 553 B

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