Podfile 367 B

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