Merge branch 'feature/yandex_min_deployment_target' into 'master'

TIYandexMapUtils min deployment target updated

See merge request touchinstinct/LeadKit!8
This commit is contained in:
Vladimir Makarov 2023-03-07 09:55:09 +00:00
commit 9db353b360
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ Pod::Spec.new do |s|
s.author = { 'petropavel13' => 'ivan.smolin@touchin.ru' }
s.source = { :git => 'https://gitlab.ti/touchinstinct/LeadKit.git', :tag => s.version.to_s }
s.ios.deployment_target = '10.0'
s.ios.deployment_target = '12.0'
s.swift_versions = ['5.3']
s.source_files = s.name + '/Sources/**/*'