Podfile 527 B

1234567891011121314151617
  1. source 'https://github.com/firebase/SpecsDev.git'
  2. source 'https://github.com/firebase/SpecsStaging.git'
  3. source 'https://cdn.cocoapods.org/'
  4. use_frameworks!
  5. pod 'FirebaseCore', :path => '../../../..'
  6. pod 'FirebaseCoreInternal', :path => '../../../..'
  7. pod 'FirebaseInstallations', :path => '../../../..'
  8. pod 'FirebaseCoreDiagnostics', :path => '../../../..'
  9. pod 'FirebaseABTesting', :path => '../../../..'
  10. target 'FiamDisplaySwiftExample' do
  11. platform :ios, '10.0'
  12. pod 'FirebaseInAppMessaging', :path => '../../../..'
  13. end