Podfile 448 B

123456789101112131415
  1. # Uncomment the next two lines for pre-release testing on public repo
  2. source 'https://github.com/Firebase/SpecsStaging.git'
  3. source 'https://github.com/CocoaPods/Specs.git'
  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