From 52d787d2881b8a710ea3dc73eed6cb28f6abfb1c Mon Sep 17 00:00:00 2001 From: Vladislav Kolundaev Date: Sun, 17 Dec 2023 15:59:21 +0300 Subject: [PATCH 1/2] updated pod spec url --- TIYandexMapUtils/1.38.0/TIYandexMapUtils.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'] From b4d9ef67fb34761e5928419a8530271879f5d49f Mon Sep 17 00:00:00 2001 From: Vladislav Kolundaev Date: Sun, 17 Dec 2023 16:08:49 +0300 Subject: [PATCH 2/2] updated podspec url for TIMapUtils --- TIMapUtils/1.38.0/TIMapUtils.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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']