| 1234567891011121314 |
- platform :ios, '15.0'
- #uncomment when need to run pod install locally
- #source 'sso://cpdc-internal/firebase'
- #source 'sso://cpdc-eap/spec'
- #source 'https://github.com/CocoaPods/Specs.git'
- target 'PerfTestRigApp' do
- pod 'FirebasePerformance'
- target 'PerfTestRigAppTests' do
- inherit! :search_paths
- pod 'EarlGrey'
- end
- end
|