diff --git a/TIMapUtils/1.38.0/TIMapUtils.podspec b/TIMapUtils/1.38.0/TIMapUtils.podspec index f469196..b6426c5 100644 --- a/TIMapUtils/1.38.0/TIMapUtils.podspec +++ b/TIMapUtils/1.38.0/TIMapUtils.podspec @@ -2,10 +2,10 @@ Pod::Spec.new do |s| s.name = 'TIMapUtils' s.version = '1.38.0' s.summary = 'Set of helpers for map objects clustering and interacting.' - s.homepage = 'https://gitlab.ti/touchinstinct/LeadKit/tree/' + s.version.to_s + '/' + s.name + s.homepage = 'https://git.svc.touchin.ru/TouchInstinct/LeadKit/src/tag/ + s.version.to_s + '/' + s.name s.license = { :type => 'MIT', :file => 'LICENSE' } s.author = { 'petropavel13' => 'ivan.smolin@touchin.ru' } - s.source = { :git => 'https://gitlab.ti/touchinstinct/LeadKit.git', :tag => s.version.to_s } + s.source = { :git => 'https://git.svc.touchin.ru/TouchInstinct/LeadKit.git', :tag => s.version.to_s } s.ios.deployment_target = '10.0' s.swift_versions = ['5.3'] diff --git a/TIYandexMapUtils/1.38.0/TIYandexMapUtils.podspec b/TIYandexMapUtils/1.38.0/TIYandexMapUtils.podspec index b90fd31..b66c600 100644 --- a/TIYandexMapUtils/1.38.0/TIYandexMapUtils.podspec +++ b/TIYandexMapUtils/1.38.0/TIYandexMapUtils.podspec @@ -2,10 +2,10 @@ Pod::Spec.new do |s| s.name = 'TIYandexMapUtils' s.version = '1.38.0' s.summary = 'Set of helpers for map objects clustering and interacting using Yandex Maps SDK.' - s.homepage = 'https://gitlab.ti/touchinstinct/LeadKit/tree/' + s.version.to_s + '/' + s.name + s.homepage = 'https://git.svc.touchin.ru/TouchInstinct/LeadKit/tree/' + s.version.to_s + '/' + s.name s.license = { :type => 'MIT', :file => 'LICENSE' } s.author = { 'petropavel13' => 'ivan.smolin@touchin.ru' } - s.source = { :git => 'https://gitlab.ti/touchinstinct/LeadKit.git', :tag => s.version.to_s } + s.source = { :git => 'https://git.svc.touchin.ru/TouchInstinct/LeadKit.git', :tag => s.version.to_s } s.ios.deployment_target = '12.0' s.swift_versions = ['5.3']