Podfile 316 B

1234567891011
  1. source 'https://github.com/firebase/SpecsDev.git'
  2. source 'https://github.com/firebase/SpecsStaging.git'
  3. source 'https://cdn.cocoapods.org/'
  4. target 'FDLBuilderTestAppObjC' do
  5. platform :ios, '13.0'
  6. use_frameworks!
  7. pod 'FirebaseCore', :path => '../../../'
  8. pod 'FirebaseDynamicLinks', :path => '../../../'
  9. end