Podfile 443 B

12345678910111213
  1. # Uncomment the next line to define a global platform for your project
  2. # platform :ios, '9.0'
  3. target 'FDLBuilderTestAppObjC' 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 'FirebaseInstanceID', :path => '../../../'
  10. pod 'FirebaseDynamicLinks', :path => '../../../'
  11. end