From 5ba0daef25f5ba576f2dcd03b3d4478b617bf385 Mon Sep 17 00:00:00 2001 From: Taras Kalapun Date: Tue, 8 Oct 2013 15:55:56 +0200 Subject: [PATCH] Why not support iOS 6? --- NSAttributedStringMarkdownParser.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NSAttributedStringMarkdownParser.podspec b/NSAttributedStringMarkdownParser.podspec index 4f438c8..e6e0a0d 100644 --- a/NSAttributedStringMarkdownParser.podspec +++ b/NSAttributedStringMarkdownParser.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| s.author = { "lemurs" => "info@le.mu.rs" } s.authors = { "lemurs" => "info@le.mu.rs", "myell0w" => "", "jverkoey" => "verkoey@gmail.com" } s.source = { :git => "https://github.com/lemurs/NSAttributedStringMarkdownParser.git", :tag => "0.0.1" } - s.ios.deployment_target = '7.0' + s.ios.deployment_target = '6.1' s.source_files = 'src/*' s.requires_arc = true end