Podfile 388 B

1234567891011121314
  1. # Comment the following line to use the CocoaPods master repo instead.
  2. source 'https://cdn.jsdelivr.net/cocoa/'
  3. use_frameworks!
  4. pod 'FirebaseCore', :path => '../..'
  5. target 'FiamDisplaySwiftExample' do
  6. platform :ios, '8.0'
  7. pod 'FirebaseInAppMessagingDisplay', :path => '../..'
  8. pod 'FirebaseInAppMessaging', :path => '../..'
  9. pod 'FirebaseAnalyticsInterop', :path => '../..'
  10. end