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