Merge pull request #8 from TouchInstinct/UIAnimatedTextField/0.1.11

Ui animated text field/0.1.11
This commit is contained in:
Nikolai Ashanin 2017-04-11 17:00:24 +03:00 committed by GitHub
commit cfa60c290b
2 changed files with 16 additions and 1 deletions

View File

@ -0,0 +1,15 @@
Pod::Spec.new do |s|
s.name = 'UIAnimatedTextField'
s.version = '0.1.11'
s.summary = 'UITextField with animated placeholder'
s.description = <<-DESC
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/TouchInstinct/UIAnimatedTextField'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = "Touch Instinct"
s.source = { :git => 'https://github.com/TouchInstinct/UIAnimatedTextField.git', :tag => s.version.to_s }
s.ios.deployment_target = '8.0'
s.source_files = 'UIAnimatedTextField/Source/**/*'
s.frameworks = 'UIKit'
end

View File

@ -10,7 +10,7 @@ mkdir $new_version_dir
cp $podspec_path $new_version_dir
branch="$pod_$pod_$version"
branch="$pod/$version"
git branch $branch