Podfile 476 B

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