Skip to content

Commit fd184f1

Browse files
authored
Update min iOS version in Objc sample podfile (#271)
1 parent 4b83468 commit fd184f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Samples/ObjC/SignInSample/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
platform :ios, '9.0'
1+
platform :ios, '10.0'
22

33
target 'SampleForPod' do
44
pod 'GoogleSignIn', :path => '../../../', :testspecs => ['unit']

0 commit comments

Comments
 (0)