Selaa lähdekoodia

Update min iOS version in Objc sample podfile (#271)

Peter Andrews 3 vuotta sitten
vanhempi
sitoutus
fd184f15f7
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      Samples/ObjC/SignInSample/Podfile

+ 1 - 1
Samples/ObjC/SignInSample/Podfile

@@ -1,4 +1,4 @@
-platform :ios, '9.0'
+platform :ios, '10.0'
 
 target 'SampleForPod' do
   pod 'GoogleSignIn', :path => '../../../', :testspecs => ['unit']