Podfile 557 B

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