Podfile 325 B

12345678910
  1. target 'FDLBuilderTestAppObjC' do
  2. platform :ios, '10.0'
  3. use_frameworks!
  4. pod 'FirebaseCore', :path => '../../../'
  5. pod 'FirebaseCoreDiagnostics', :path => '../../../'
  6. pod 'GoogleDataTransport', :path => '../../../'
  7. pod 'GoogleUtilities', :path => '../../../'
  8. pod 'FirebaseDynamicLinks', :path => '../../../'
  9. end