Podfile 238 B

12345678910
  1. use_frameworks!
  2. target 'FiamDisplaySwiftExample' do
  3. platform :ios, '8.0'
  4. pod 'FirebaseInAppMessagingDisplay', :path => '../..'
  5. pod 'FirebaseInAppMessaging', :path => '../..'
  6. pod 'FirebaseAnalyticsInterop', :path => '../..'
  7. end