From 81141f578409800628d6030de7e0b80f40e8ab3a Mon Sep 17 00:00:00 2001 From: Ivan Zinovyev Date: Fri, 23 Dec 2016 14:37:41 +0300 Subject: [PATCH] Edit pod spec --- UIAnimatedTextField.podspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/UIAnimatedTextField.podspec b/UIAnimatedTextField.podspec index b8fdedf..8cc841e 100644 --- a/UIAnimatedTextField.podspec +++ b/UIAnimatedTextField.podspec @@ -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'