Podfile 504 B

123456789101112131415161718
  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 'FirebaseABTesting', :path => '../../../..'
  9. target 'InAppMessaging_Example_iOS' do
  10. platform :ios, '11.0'
  11. pod 'FirebaseInAppMessaging', :path => '../../../..'
  12. pod 'FirebaseDynamicLinks', :path => '../../../..'
  13. end