Podfile 530 B

12345678910111213141516171819
  1. # Uncomment the next line to define a global platform for your project
  2. # platform :ios, '9.0'
  3. target 'RemoteConfigSampleApp' do
  4. # Comment the next line if you don't want to use dynamic frameworks
  5. use_frameworks!
  6. pod 'FirebaseAnalytics'
  7. pod 'FirebaseCore', :path => '../../../'
  8. pod 'FirebaseInstallations', :path => '../../../'
  9. pod 'FirebaseRemoteConfig', :path => '../../../'
  10. # Pods for RemoteConfigSampleApp
  11. target 'RemoteConfigSampleAppUITests' do
  12. inherit! :search_paths
  13. # Pods for testing
  14. end
  15. end