From 6ede9f5e214318ab1b2b2286568b10f716a84648 Mon Sep 17 00:00:00 2001 From: Ivan Zinovyev Date: Mon, 19 Dec 2016 22:31:54 +0300 Subject: [PATCH] Edit podspec --- UIAnimatedTextField.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/UIAnimatedTextField.podspec b/UIAnimatedTextField.podspec index 2f3b552..98f439d 100644 --- a/UIAnimatedTextField.podspec +++ b/UIAnimatedTextField.podspec @@ -1,9 +1,9 @@ Pod::Spec.new do |s| s.name = 'UIAnimatedTextField' s.version = '0.1.5' - s.summary = 'UIAnimatedTextField' + s.summary = 'UITextField with animated placeholder' s.description = <<-DESC - Animated text field + This custom control can be used as a replacement for UITextField. It comes with 5 different text types: simple, password, url, tappable, date. DESC s.homepage = 'https://github.com/iznv/UIAnimatedTextField' s.license = { :type => 'MIT', :file => 'LICENSE' }