Podfile 603 B

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