Edit podspec

This commit is contained in:
Ivan Zinovyev 2016-12-19 22:31:54 +03:00
parent 341f6c600f
commit 6ede9f5e21
1 changed files with 2 additions and 2 deletions

View File

@ -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' }