From e75b5e82aeed82de9785367e0db11f3de6f9d265 Mon Sep 17 00:00:00 2001 From: Robert Payne Date: Sun, 13 Sep 2015 01:09:22 +1200 Subject: [PATCH] For now require 10.10 --- SnapKit.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SnapKit.podspec b/SnapKit.podspec index 6a38d1f..c12b471 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 => '0.14.0' } s.ios.deployment_target = '8.0' - s.osx.deployment_target = '10.9' + s.osx.deployment_target = '10.10' s.source_files = 'Source/*.swift'