From 29068bcabf35604a1b63ce6b0de918e77352fe3b Mon Sep 17 00:00:00 2001 From: Ivan Smolin Date: Tue, 5 Dec 2023 12:27:32 +0300 Subject: [PATCH] update repo path in podspec --- TICoordinatorKit.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TICoordinatorKit.podspec b/TICoordinatorKit.podspec index 939c498..f26db43 100644 --- a/TICoordinatorKit.podspec +++ b/TICoordinatorKit.podspec @@ -2,10 +2,10 @@ Pod::Spec.new do |s| s.name = 'TICoordinatorKit' s.version = '1.1.7' s.summary = 'A framework for performing navigation in iOS application.' - s.homepage = 'https://github.com/TouchInstinct/TICoordinatorKit' + s.homepage = 'https://git.svc.touchin.ru/TouchInstinct/TICoordinatorKit/' s.license = 'Apache License, Version 2.0' s.author = 'Touch Instinct' - s.source = { :git => 'https://github.com/TouchInstinct/TICoordinatorKit.git', :tag => s.version.to_s } + s.source = { :git => 'https://git.svc.touchin.ru/TouchInstinct/TICoordinatorKit.git', :tag => s.version.to_s } s.ios.deployment_target = '9.0' s.source_files = 'TICoordinatorKit/Classes/**/*' s.frameworks = 'UIKit'