From 7102cccc60619c70f2b71a9d43c5c020563f4bea Mon Sep 17 00:00:00 2001 From: Maxim Sorokin Date: Wed, 11 Nov 2020 16:18:11 +0300 Subject: [PATCH 1/4] fix autor for validate spec --- TITransitions/TITransitions.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TITransitions/TITransitions.podspec b/TITransitions/TITransitions.podspec index 59df9393..2d9d4dc3 100644 --- a/TITransitions/TITransitions.podspec +++ b/TITransitions/TITransitions.podspec @@ -4,7 +4,7 @@ Pod::Spec.new do |s| s.summary = 'Set of custom transitions to present controller. ' s.homepage = 'https://github.com/TouchInstinct/LeadKit/tree/' + s.version.to_s + '/' + s.name s.license = { :type => 'MIT', :file => 'LICENSE' } - s.author = { 'Touch Instinct' } + s.author = { 'petropavel13' => 'ivan.smolin@touchin.ru' } s.source = { :git => 'https://github.com/TouchInstinct/LeadKit.git', :tag => s.version.to_s } s.ios.deployment_target = '11.0' From c997eb2bfbedb1f59b854ccee42a2509f97a7000 Mon Sep 17 00:00:00 2001 From: Maxim Sorokin Date: Wed, 11 Nov 2020 16:35:13 +0300 Subject: [PATCH 2/4] fix name author --- TITableKitUtils/TITableKitUtils.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TITableKitUtils/TITableKitUtils.podspec b/TITableKitUtils/TITableKitUtils.podspec index 3cacb356..dc06b0e5 100644 --- a/TITableKitUtils/TITableKitUtils.podspec +++ b/TITableKitUtils/TITableKitUtils.podspec @@ -4,7 +4,7 @@ Pod::Spec.new do |s| s.summary = 'Set of helpers for TableKit classes.' s.homepage = 'https://github.com/TouchInstinct/LeadKit/tree/' + s.version.to_s + '/' + s.name s.license = { :type => 'MIT', :file => 'LICENSE' } - s.author = { 'petropavel13' => 'ivan.smolin@touchin.ru' } + s.author = { 'Loupehope' => 'vladislav.suhomlinov@touchin.ru' } s.source = { :git => 'https://github.com/TouchInstinct/LeadKit.git', :tag => s.version.to_s } s.ios.deployment_target = '11.0' From 6fbf1e0eff851e5c613cc025c0833f8d4ba41a50 Mon Sep 17 00:00:00 2001 From: Maxim Sorokin Date: Wed, 11 Nov 2020 16:38:32 +0300 Subject: [PATCH 3/4] Revert "fix name author" This reverts commit c997eb2bfbedb1f59b854ccee42a2509f97a7000. --- TITableKitUtils/TITableKitUtils.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TITableKitUtils/TITableKitUtils.podspec b/TITableKitUtils/TITableKitUtils.podspec index dc06b0e5..3cacb356 100644 --- a/TITableKitUtils/TITableKitUtils.podspec +++ b/TITableKitUtils/TITableKitUtils.podspec @@ -4,7 +4,7 @@ Pod::Spec.new do |s| s.summary = 'Set of helpers for TableKit classes.' s.homepage = 'https://github.com/TouchInstinct/LeadKit/tree/' + s.version.to_s + '/' + s.name s.license = { :type => 'MIT', :file => 'LICENSE' } - s.author = { 'Loupehope' => 'vladislav.suhomlinov@touchin.ru' } + s.author = { 'petropavel13' => 'ivan.smolin@touchin.ru' } s.source = { :git => 'https://github.com/TouchInstinct/LeadKit.git', :tag => s.version.to_s } s.ios.deployment_target = '11.0' From 4f8d0b537d98121483731b80904cfba187adcaaa Mon Sep 17 00:00:00 2001 From: Maxim Sorokin Date: Wed, 11 Nov 2020 16:39:04 +0300 Subject: [PATCH 4/4] fix author name --- TITransitions/TITransitions.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TITransitions/TITransitions.podspec b/TITransitions/TITransitions.podspec index 2d9d4dc3..7dca9cf0 100644 --- a/TITransitions/TITransitions.podspec +++ b/TITransitions/TITransitions.podspec @@ -4,7 +4,7 @@ Pod::Spec.new do |s| s.summary = 'Set of custom transitions to present controller. ' s.homepage = 'https://github.com/TouchInstinct/LeadKit/tree/' + s.version.to_s + '/' + s.name s.license = { :type => 'MIT', :file => 'LICENSE' } - s.author = { 'petropavel13' => 'ivan.smolin@touchin.ru' } + s.author = { 'Loupehope' => 'vladislav.suhomlinov@touchin.ru' } s.source = { :git => 'https://github.com/TouchInstinct/LeadKit.git', :tag => s.version.to_s } s.ios.deployment_target = '11.0'