From e4c84ca5110d12b5d873bd6b05f103209d8870e2 Mon Sep 17 00:00:00 2001 From: Vladimir Makarov Date: Tue, 7 Mar 2023 10:32:35 +0100 Subject: [PATCH] `TIYandexMapUtils` min deployment target updated --- TIYandexMapUtils/TIYandexMapUtils.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TIYandexMapUtils/TIYandexMapUtils.podspec b/TIYandexMapUtils/TIYandexMapUtils.podspec index 4d529020..02e78c07 100644 --- a/TIYandexMapUtils/TIYandexMapUtils.podspec +++ b/TIYandexMapUtils/TIYandexMapUtils.podspec @@ -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/**/*'