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