Podfile 728 B

12345678910111213141516171819202122
  1. use_frameworks!
  2. source 'https://cdn.cocoapods.org/'
  3. pod 'FirebaseAnalytics'
  4. pod 'FirebaseCore', :path => '../../../..'
  5. pod 'FirebaseInstallations', :path => '../../../..'
  6. pod 'FirebaseCoreDiagnostics', :path => '../../../..'
  7. pod 'FirebaseCoreDiagnosticsInterop', :path => '../../../..'
  8. pod 'GoogleDataTransport', :path => '../../../..'
  9. pod 'GoogleDataTransportCCTSupport', :path => '../../../..'
  10. pod 'GoogleUtilities', :path => '../../../..'
  11. pod 'FirebaseABTesting', :path => '../../../..'
  12. target 'InAppMessaging_Example_iOS' do
  13. platform :ios, '9.0'
  14. pod 'FirebaseInAppMessaging', :path => '../../../..'
  15. pod 'FirebaseAnalyticsInterop', :path => '../../../..'
  16. pod 'FirebaseDynamicLinks', :path => '../../../..'
  17. end