From fd184f15f7d91aa51e2c7bba573b9f95722221f1 Mon Sep 17 00:00:00 2001 From: Peter Andrews Date: Mon, 12 Dec 2022 23:51:43 -0800 Subject: [PATCH] Update min iOS version in Objc sample podfile (#271) --- Samples/ObjC/SignInSample/Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Samples/ObjC/SignInSample/Podfile b/Samples/ObjC/SignInSample/Podfile index 96e73b13..c7df6fc7 100644 --- a/Samples/ObjC/SignInSample/Podfile +++ b/Samples/ObjC/SignInSample/Podfile @@ -1,4 +1,4 @@ -platform :ios, '9.0' +platform :ios, '10.0' target 'SampleForPod' do pod 'GoogleSignIn', :path => '../../../', :testspecs => ['unit']