Podfile 370 B

123456789101112
  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, '10.0'
  6. use_frameworks!
  7. pod 'FirebaseCore', :path => '../../../'
  8. pod 'FirebaseCoreDiagnostics', :path => '../../../'
  9. pod 'FirebaseDynamicLinks', :path => '../../../'
  10. end