| 1234567891011 |
- pod 'GoogleSignIn', :path => '../../../', :testspecs => ['unit']
- pod 'GoogleSignInSwiftSupport', :path => '../../../', :testspecs => ['unit']
- project 'DaysUntilBirthdayForPod.xcodeproj'
- target 'DaysUntilBirthdayForPod (iOS)' do
- platform :ios, '14.0'
- end
- target 'DaysUntilBirthdayForPod (macOS)' do
- platform :osx, '11.0'
- end
|