Podfile 330 B

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