Podfile 581 B

123456789101112131415161718
  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 'GoogleDataTransport', :path => '../../../..'
  8. pod 'GoogleDataTransportCCTSupport', :path => '../../../..'
  9. pod 'GoogleUtilities', :path => '../../../..'
  10. pod 'FirebaseABTesting', :path => '../../../..'
  11. target 'FiamDisplaySwiftExample' do
  12. platform :ios, '9.0'
  13. pod 'FirebaseInAppMessaging', :path => '../../../..'
  14. end