Podfile 463 B

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