update source url
This commit is contained in:
parent
3fefa09c3a
commit
01134b83b4
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue