From 7b939a611d2d911a9b242331bb72b0b73f50a78e Mon Sep 17 00:00:00 2001 From: Reimar Twelker Date: Wed, 19 Apr 2017 16:03:34 +0200 Subject: [PATCH] master: Version 0.1.3 --- RAGTextField.podspec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/RAGTextField.podspec b/RAGTextField.podspec index fc1be1e..9a3c771 100644 --- a/RAGTextField.podspec +++ b/RAGTextField.podspec @@ -1,10 +1,9 @@ Pod::Spec.new do |s| s.name = 'RAGTextField' - s.version = '0.1.2' + s.version = '0.1.3' 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' - # s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2' s.license = { :type => 'MIT', :file => 'LICENSE' } s.author = { 'raginmari' => 'reimar.twelker@web.de' } s.source = { :git => 'https://github.com/raginmari/RAGTextField.git', :tag => s.version.to_s }