From 10d138eb05ad299fd6260741e7b92b0090db0963 Mon Sep 17 00:00:00 2001 From: Peter Andrews Date: Thu, 1 Aug 2019 21:49:49 -0700 Subject: [PATCH] Sync deployment target with platform min version. --- GTMAppAuth.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GTMAppAuth.podspec b/GTMAppAuth.podspec index fde351fe..d4c4bd89 100644 --- a/GTMAppAuth.podspec +++ b/GTMAppAuth.podspec @@ -37,7 +37,7 @@ requests with AppAuth. s.osx.source_files = "Source/GTMOAuth2KeychainCompatibility/*.{h,m}", "Source/macOS/**/*.{h,m}" - s.osx.deployment_target = '10.9' + s.osx.deployment_target = '10.11' s.tvos.source_files = "Source/iOS/GTMKeychain_iOS.m" s.tvos.deployment_target = '9.0'