Podfile 426 B

123456789101112131415
  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 'FirebaseABTesting', :path => '../../../..'
  8. target 'FiamDisplaySwiftExample' do
  9. platform :ios, '10.0'
  10. pod 'FirebaseInAppMessaging', :path => '../../../..'
  11. end