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:
commit
9db353b360
|
|
@ -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/**/*'
|
||||
|
|
|
|||
Loading…
Reference in New Issue