From 6fbf1e0eff851e5c613cc025c0833f8d4ba41a50 Mon Sep 17 00:00:00 2001 From: Maxim Sorokin Date: Wed, 11 Nov 2020 16:38:32 +0300 Subject: [PATCH] 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'