From 08affd154077edcf9fe226deb844eb5da290b7ec Mon Sep 17 00:00:00 2001 From: Pavel Sharanda Date: Tue, 18 Sep 2018 00:03:34 +0300 Subject: [PATCH] xcode 10 fixes --- Atributika.podspec | 2 +- Atributika.xcodeproj/project.pbxproj | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Atributika.podspec b/Atributika.podspec index 82cd011..7db777e 100644 --- a/Atributika.podspec +++ b/Atributika.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Atributika" - s.version = "4.6.2" + s.version = "4.6.4" 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. diff --git a/Atributika.xcodeproj/project.pbxproj b/Atributika.xcodeproj/project.pbxproj index 6d5a30f..69dcc5e 100644 --- a/Atributika.xcodeproj/project.pbxproj +++ b/Atributika.xcodeproj/project.pbxproj @@ -462,11 +462,11 @@ }; 52D6D9E11BEFFF6E002C0205 = { CreatedOnToolsVersion = 7.1; - LastSwiftMigration = 0820; + LastSwiftMigration = 1000; }; 52D6D9EF1BEFFFBE002C0205 = { CreatedOnToolsVersion = 7.1; - LastSwiftMigration = 0820; + LastSwiftMigration = 1000; }; 52D6DA0E1BF000BD002C0205 = { CreatedOnToolsVersion = 7.1; @@ -478,7 +478,7 @@ }; DD75028C1C690C7A006590AF = { CreatedOnToolsVersion = 7.2.1; - LastSwiftMigration = 0800; + LastSwiftMigration = 1000; }; }; };