| 1234567891011 |
- source 'https://github.com/firebase/SpecsDev.git'
- source 'https://github.com/firebase/SpecsStaging.git'
- source 'https://cdn.cocoapods.org/'
- target 'FDLBuilderTestAppObjC' do
- platform :ios, '13.0'
- use_frameworks!
- pod 'FirebaseCore', :path => '../../../'
- pod 'FirebaseDynamicLinks', :path => '../../../'
- end
|