Merge pull request 'updated pod spec url' (#1) from feature/TIYandexMapUtils-1.38.0-update-spec into master

Reviewed-on: #1
This commit is contained in:
Vladislav Kolundaev 2023-12-17 18:21:37 +03:00
commit 2cb2810a0a
2 changed files with 4 additions and 4 deletions

View File

@ -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']

View File

@ -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']