Podfile 560 B

123456789101112131415161718
  1. # Uncomment the next line to define a global platform for your project
  2. platform :ios, '9.0'
  3. # uncomment the follow two lines if you are trying to test internal releases
  4. #source 'sso://cpdc-internal/spec.git'
  5. #source 'https://github.com/CocoaPods/Specs.git'
  6. use_frameworks!
  7. target 'fiam-external-ios-testing-app' do
  8. # Uncomment the next line if you're using Swift or would like to use dynamic frameworks
  9. # use_frameworks!
  10. # Pods for fiam-external-ios-testing-app
  11. pod 'Firebase/Core'
  12. pod 'Firebase/InAppMessaging'
  13. pod 'Firebase/DynamicLinks'
  14. end