From afe9d5f39cc8d4a3a73ba17e43406ed1d9221776 Mon Sep 17 00:00:00 2001 From: Arthur Ariel Sabintsev Date: Thu, 20 Apr 2017 20:25:02 -0400 Subject: [PATCH] Updated podspec --- UIFloatLabelTextField.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UIFloatLabelTextField.podspec b/UIFloatLabelTextField.podspec index f006ac1..92ac465 100644 --- a/UIFloatLabelTextField.podspec +++ b/UIFloatLabelTextField.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "UIFloatLabelTextField" - s.version = "1.2.8" + s.version = "1.2.9" s.summary = "A subclassed UITextField that implements the Float Label UI design pattern." s.homepage = "https://github.com/ArtSabintsev/UIFloatLabelTextField" s.platform = :ios, '8.0'