From 618f11d5386212e614c2e514c9323af3ad64d940 Mon Sep 17 00:00:00 2001 From: Pavel Sharanda Date: Wed, 7 Nov 2018 16:41:51 +0300 Subject: [PATCH] Update Atributika.podspec --- Atributika.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Atributika.podspec b/Atributika.podspec index 5386cbe..a81e794 100644 --- a/Atributika.podspec +++ b/Atributika.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Atributika" - s.version = "4.6.6" + s.version = "4.6.7" 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.