We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc3a676 commit 0dc783fCopy full SHA for 0dc783f
1 file changed
Samples/Swift/DaysUntilBirthday/Podfile
@@ -3,9 +3,9 @@ pod 'GoogleSignInSwift', :path => '../../../', :testspecs => ['unit']
3
project 'DaysUntilBirthdayForPod.xcodeproj'
4
5
target 'DaysUntilBirthdayForPod (iOS)' do
6
- platform :ios, '13.0'
+ platform :ios, '14.0'
7
end
8
9
target 'DaysUntilBirthdayForPod (macOS)' do
10
- platform :osx, '10.15'
+ platform :osx, '11.0'
11
0 commit comments