Podfile 322 B

1234567891011
  1. pod 'GoogleSignIn', :path => '../../../', :testspecs => ['unit']
  2. pod 'GoogleSignInSwift', :path => '../../../', :testspecs => ['unit']
  3. project 'DaysUntilBirthdayForPod.xcodeproj'
  4. target 'DaysUntilBirthdayForPod(iOS)' do
  5. platform :ios, '13.0'
  6. end
  7. target 'DaysUntilBirthdayForPod(macOS)' do
  8. platform :osx, '10.15'
  9. end