From fac8fd3f01ae0c5c402cbe11067f7b0d1be1febb Mon Sep 17 00:00:00 2001 From: Pavel Sharanda Date: Fri, 20 Oct 2017 12:58:57 +0300 Subject: [PATCH] podspec bump --- Atributika.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Atributika.podspec b/Atributika.podspec index 03659d5..d2f8624 100644 --- a/Atributika.podspec +++ b/Atributika.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Atributika" - s.version = "4.2.3" + s.version = "4.2.4" s.summary = "NSAttributedString builder using HTML-like tags written in Swift" s.description = <<-DESC Atributika is the easiest and painless way to build NSAttributedString. It is able to detect HTML-like tags, hashtags, any regex or even standard ios data detectors and style them with various attributes like font, color etc.