Podfile 782 B

1234567891011121314151617181920212223
  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 'FirebaseCoreDiagnosticsInterop', :path => '../../../..'
  9. pod 'GoogleDataTransport', :path => '../../../..'
  10. pod 'GoogleDataTransportCCTSupport', :path => '../../../..'
  11. pod 'GoogleUtilities', :path => '../../../..'
  12. pod 'FirebaseABTesting', :path => '../../../..'
  13. target 'InAppMessaging_Example_iOS' do
  14. platform :ios, '9.0'
  15. pod 'FirebaseInAppMessaging', :path => '../../../..'
  16. pod 'FirebaseAnalyticsInterop', :path => '../../../..'
  17. pod 'FirebaseDynamicLinks', :path => '../../../..'
  18. end