From 882d054c8f0c817aac1c55e1d713749056cd5746 Mon Sep 17 00:00:00 2001 From: Pavel Sharanda Date: Mon, 23 Oct 2017 11:04:12 +0300 Subject: [PATCH] podspec bump --- Atributika.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Atributika.podspec b/Atributika.podspec index d2f8624..bbd7017 100644 --- a/Atributika.podspec +++ b/Atributika.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Atributika" - s.version = "4.2.4" + s.version = "4.2.5" 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.