Merge pull request #2 from TouchInstinct/fix/editPodspec

Edit pod spec
This commit is contained in:
Nikolai Ashanin 2016-12-23 14:38:28 +03:00 committed by GitHub
commit f5d6144142
1 changed files with 3 additions and 3 deletions

View File

@ -5,10 +5,10 @@ Pod::Spec.new do |s|
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/iznv/UIAnimatedTextField'
s.homepage = 'https://github.com/TouchInstinct/UIAnimatedTextField'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Ivan Zinovyev' => 'ivan.zinovyev@touchin.ru' }
s.source = { :git => 'https://github.com/iznv/UIAnimatedTextField.git', :tag => s.version.to_s }
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'