From f40f56e6b9700a3711c72b48af9369032bc063ad Mon Sep 17 00:00:00 2001 From: Reimar Twelker Date: Fri, 17 Jul 2020 22:33:10 +0200 Subject: [PATCH] 0.14.0: Update pod version number. --- RAGTextField.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RAGTextField.podspec b/RAGTextField.podspec index 1a5f333..865ba67 100644 --- a/RAGTextField.podspec +++ b/RAGTextField.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'RAGTextField' - s.version = '0.13.0' + s.version = '0.14.0' s.summary = 'Subclass of UITextField featuring a floating placeholder and a hint label.' s.description = 'Subclass of UITextField that adds an animated placeholder and an optional hint label below the text. Supports an arbitrary view in the background of the text (outline and underline views are provided) as well as the left and right views, text alignments, flexible padding and offsets.' s.homepage = 'https://github.com/raginmari/RAGTextField'