From 6ccd284264833af32e6c76d59cca32194fe2fb26 Mon Sep 17 00:00:00 2001 From: Russell Hancox Date: Mon, 2 Oct 2017 21:09:58 +0200 Subject: [PATCH] Update podspec deployment target (#12) --- MOLAuthenticatingURLSession.podspec | 1 + 1 file changed, 1 insertion(+) diff --git a/MOLAuthenticatingURLSession.podspec b/MOLAuthenticatingURLSession.podspec index 07f5f8d..4ec6119 100644 --- a/MOLAuthenticatingURLSession.podspec +++ b/MOLAuthenticatingURLSession.podspec @@ -2,6 +2,7 @@ Pod::Spec.new do |s| s.name = 'MOLAuthenticatingURLSession' s.version = '2.3' s.platform = :osx + s.osx.deployment_target = '10.9' s.license = { :type => 'Apache 2.0', :file => 'LICENSE' } s.homepage = 'https://github.com/google/macops-MOLAuthenticatingURLSession' s.authors = { 'Google Macops' => 'macops-external@google.com' }