update source url

This commit is contained in:
Ivan Smolin 2024-01-30 22:13:02 +03:00
parent 3fefa09c3a
commit 01134b83b4
1 changed files with 2 additions and 2 deletions

View File

@ -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