From 903e476140558a96ef8475586862bfac3b2a8696 Mon Sep 17 00:00:00 2001 From: Matthew Mathias Date: Mon, 31 Oct 2022 10:27:46 -0700 Subject: [PATCH] Bump tvOS minimum target in podspec --- GTMAppAuth.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GTMAppAuth.podspec b/GTMAppAuth.podspec index b1f5898f..8f614f2a 100644 --- a/GTMAppAuth.podspec +++ b/GTMAppAuth.podspec @@ -25,7 +25,7 @@ requests with AppAuth. s.ios.deployment_target = "9.0" s.osx.deployment_target = '10.12' - s.tvos.deployment_target = '9.0' + s.tvos.deployment_target = '10.0' s.watchos.deployment_target = '6.0' s.pod_target_xcconfig = {