From 83e565baba12f62df07705dd594c444b90605198 Mon Sep 17 00:00:00 2001 From: Alexsander Akers Date: Sat, 21 Mar 2015 17:35:41 +0000 Subject: [PATCH] Fix deployment targets in pod spec --- LlamaKit.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LlamaKit.podspec b/LlamaKit.podspec index a63d120..052fb3b 100644 --- a/LlamaKit.podspec +++ b/LlamaKit.podspec @@ -7,8 +7,8 @@ Pod::Spec.new do |s| s.license = "MIT" s.author = { "Rob Napier" => "robnapier@gmail.com" } s.social_media_url = "https://twitter.com/cocoaphony" - s.ios.deployment_target = "8.3" - s.osx.deployment_target = "10.10" + s.ios.deployment_target = "8.0" + s.osx.deployment_target = "10.9" s.source = { :git => "https://github.com/LlamaKit/LlamaKit.git", :tag => "v#{s.version}" } s.source_files = "LlamaKit/*.swift" s.requires_arc = true