From 01134b83b42d68003cedb6abb27c47214b8f82eb Mon Sep 17 00:00:00 2001 From: Ivan Smolin Date: Tue, 30 Jan 2024 22:13:02 +0300 Subject: [PATCH] update source url --- TableKit.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TableKit.podspec b/TableKit.podspec index a3bee68..1b3e96b 100644 --- a/TableKit.podspec +++ b/TableKit.podspec @@ -4,7 +4,7 @@ Pod::Spec.new do |s| s.version = '2.11.1' - s.homepage = 'https://github.com/maxsokolov/TableKit' + s.homepage = 'https://git.svc.touchin.ru/TouchInstinct/TableKit' s.summary = 'Type-safe declarative table views with Swift.' s.author = { 'Max Sokolov' => 'i@maxsokolov.net' } @@ -13,5 +13,5 @@ Pod::Spec.new do |s| s.ios.deployment_target = '12.0' s.source_files = 'Sources/*.swift' - s.source = { :git => 'https://github.com/maxsokolov/TableKit.git', :tag => s.version } + s.source = { :git => 'https://git.svc.touchin.ru/TouchInstinct/TableKit.git', :tag => s.version } end