From fbe89491bef0d686bf015ccd81c7e80d198cdf67 Mon Sep 17 00:00:00 2001 From: Dal Rupnik Date: Fri, 18 Sep 2015 23:23:30 +0200 Subject: [PATCH] Update Alpha.podspec --- Alpha.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Alpha.podspec b/Alpha.podspec index 6da6411..bba1435 100644 --- a/Alpha.podspec +++ b/Alpha.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "Alpha" - spec.version = "0.2.3" + spec.version = "0.2.4" spec.summary = "Next generation debugging framework for iOS" spec.description = <<-DESC - A simple unified debugging plugin API. @@ -21,7 +21,7 @@ Pod::Spec.new do |spec| spec.documentation_url = "https://github.com/Legoless/Alpha/wiki" spec.author = { "Dal Rupnik" => "legoless@gmail.com" } spec.social_media_url = "https://twitter.com/thelegoless" - spec.platform = :ios, "8.0" + spec.platform = :ios, "9.0" spec.source = { :git => "https://github.com/legoless/Alpha.git", :tag => "#{spec.version}" } spec.ios.deployment_target = '7.0' spec.source_files = "Alpha/Alpha.h"