From d018897afbd55d9065ef859650585bac890ada7e Mon Sep 17 00:00:00 2001 From: Pavel Sharanda Date: Sun, 2 May 2021 15:18:05 +0100 Subject: [PATCH] Drop iOS 8 support --- Atributika.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Atributika.podspec b/Atributika.podspec index 06ee52f..f2f177d 100644 --- a/Atributika.podspec +++ b/Atributika.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Atributika" - s.version = "4.10.0" + s.version = "4.10.1" s.summary = "Convert text with HTML tags, hashtags, mentions, links into NSAttributedString. Make them clickable with UILabel drop-in replacement." s.description = <<-DESC `Atributika` is an easy and painless way to build NSAttributedString. It is able to detect HTML-like tags, links, phone numbers, hashtags, any regex or even standard ios data detectors and style them with various attributes like font, color, etc. `Atributika` comes with drop-in label replacement `AttributedLabel` which is able to make any detection clickable. @@ -9,7 +9,7 @@ Pod::Spec.new do |s| s.license = { :type => "MIT", :file => "LICENSE" } s.author = { "Pavel Sharanda" => "edvaef@gmail.com" } s.social_media_url = "https://twitter.com/e2f" - s.ios.deployment_target = "8.0" + s.ios.deployment_target = "9.0" s.osx.deployment_target = "10.10" s.watchos.deployment_target = "2.0" s.tvos.deployment_target = "9.0"