From dc9eea3b9254b33d6b613a75636362952a754b47 Mon Sep 17 00:00:00 2001 From: Pavel Sharanda Date: Thu, 15 Mar 2018 14:48:29 +0300 Subject: [PATCH] podspec bump --- Atributika.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Atributika.podspec b/Atributika.podspec index 7904f99..9dbfbab 100644 --- a/Atributika.podspec +++ b/Atributika.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Atributika" - s.version = "4.3.1" + s.version = "4.3.2" 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.