From 5c7ede844a7e190de05a1b14311c378358ea61c0 Mon Sep 17 00:00:00 2001 From: Robert Payne Date: Wed, 14 Sep 2016 21:50:40 +1200 Subject: [PATCH] Update podspec --- SnapKit.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SnapKit.podspec b/SnapKit.podspec index 8dc4035..0da7aa4 100644 --- a/SnapKit.podspec +++ b/SnapKit.podspec @@ -9,7 +9,7 @@ Pod::Spec.new do |s| s.source = { :git => 'https://github.com/SnapKit/SnapKit.git', :tag => '3.0.0' } s.ios.deployment_target = '8.0' - s.osx.deployment_target = '10.10' + s.osx.deployment_target = '10.11' s.tvos.deployment_target = '9.0' s.source_files = 'Source/*.swift'