Podfile 361 B

1234567891011121314
  1. source 'https://github.com/firebase/SpecsStaging.git'
  2. source 'https://cdn.cocoapods.org/'
  3. platform :ios, '15.0'
  4. target 'FIRAppCheckTestApp' do
  5. # Comment the next line if you don't want to use dynamic frameworks
  6. use_frameworks!
  7. # Pods for FIRAppCheckTestApp
  8. pod 'FirebaseAppCheck', :path => '../../../'
  9. pod 'FirebaseCore', :path => '../../../'
  10. end