Explorar el Código

Bump DaysUntilBirthday Podfile version numbers (#133)

Co-authored-by: Peter Andrews <petea@google.com>
mdmathias hace 3 años
padre
commit
0dc783f365
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      Samples/Swift/DaysUntilBirthday/Podfile

+ 2 - 2
Samples/Swift/DaysUntilBirthday/Podfile

@@ -3,9 +3,9 @@ pod 'GoogleSignInSwift', :path => '../../../', :testspecs => ['unit']
 project 'DaysUntilBirthdayForPod.xcodeproj'
 
 target 'DaysUntilBirthdayForPod (iOS)' do
-  platform :ios, '13.0'
+  platform :ios, '14.0'
 end
 
 target 'DaysUntilBirthdayForPod (macOS)' do
-  platform :osx, '10.15'
+  platform :osx, '11.0'
 end