Podfile 335 B

1234567891011121314
  1. platform :ios, '10.0'
  2. #uncomment when need to run pod install locally
  3. #source 'sso://cpdc-internal/firebase'
  4. #source 'sso://cpdc-eap/spec'
  5. #source 'https://github.com/CocoaPods/Specs.git'
  6. target 'PerfTestRigApp' do
  7. pod 'FirebasePerformance'
  8. target 'PerfTestRigAppTests' do
  9. inherit! :search_paths
  10. pod 'EarlGrey'
  11. end
  12. end