Podfile 356 B

123456789101112
  1. source 'https://github.com/CocoaPods/Specs.git'
  2. pod 'GoogleSignIn', :path => '../../../', :testspecs => ['unit']
  3. pod 'GoogleSignInSwiftSupport', :path => '../../../', :testspecs => ['unit']
  4. project 'AppAttestExampleForPod.xcodeproj'
  5. use_frameworks! :linkage => :static
  6. target 'AppAttestExampleForPod' do
  7. pod 'AppCheckCore'
  8. platform :ios, '14.0'
  9. end