fix: url to source in podspecs

This commit is contained in:
Nikita Semenov
2023-03-09 12:49:56 +03:00
parent cb29a3e9ca
commit 597755474c
18 changed files with 36 additions and 36 deletions
+2 -2
View File
@@ -2,11 +2,11 @@ Pod::Spec.new do |s|
s.name = 'TIUIKitCore'
s.version = '1.37.0'
s.summary = 'Core UI elements: protocols, views and helpers.'
s.homepage = 'https://github.com/TouchInstinct/LeadKit/tree/' + s.version.to_s + '/' + s.name
s.homepage = 'https://gitlab.ti/touchinstinct/LeadKit/tree/' + s.version.to_s + '/' + s.name
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'petropavel13' => 'ivan.smolin@touchin.ru',
'castlele' => 'nikita.semenov@touchin.ru' }
s.source = { :git => 'https://github.com/TouchInstinct/LeadKit.git', :tag => s.version.to_s }
s.source = { :git => 'https://gitlab.ti/touchinstinct/LeadKit.git', :tag => s.version.to_s }
s.ios.deployment_target = '11.0'
s.swift_versions = ['5.3']