From 9e6850e400d4fa3befb956bf94a9a947e27a60b9 Mon Sep 17 00:00:00 2001 From: Reimar Twelker Date: Thu, 9 Mar 2017 12:18:30 +0100 Subject: [PATCH] master: Updated pod version. --- RAGTextField.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RAGTextField.podspec b/RAGTextField.podspec index ea3c898..fc1be1e 100644 --- a/RAGTextField.podspec +++ b/RAGTextField.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'RAGTextField' - s.version = '0.1.1' + s.version = '0.1.2' s.summary = 'Subclass of UITextField featuring a floating placeholder and a hint label.' s.description = 'Adds a floating placeholder to the regular UITextField. Moreover, adds an optional hint or error label to the text field. Easy to work with in both storyboards and code. Written in Swift 3.' s.homepage = 'https://github.com/raginmari/RAGTextField'