From 47b2fbf5ea37afb2e8b8579510b24e4eecb1e476 Mon Sep 17 00:00:00 2001 From: Ivan Smolin Date: Tue, 30 Jan 2024 21:32:50 +0300 Subject: [PATCH] [Fix] TIUIElements (1.54.6) --- TIUIElements/1.54.6/TIUIElements.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TIUIElements/1.54.6/TIUIElements.podspec b/TIUIElements/1.54.6/TIUIElements.podspec index c7e0b7c..ccb8f10 100644 --- a/TIUIElements/1.54.6/TIUIElements.podspec +++ b/TIUIElements/1.54.6/TIUIElements.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| 'castlele' => 'nikita.semenov@touchin.ru' } s.source = { :git => 'https://git.svc.touchin.ru/TouchInstinct/LeadKit.git', :tag => s.version.to_s } - s.ios.deployment_target = '11.0' + s.ios.deployment_target = '12.0' s.swift_versions = ['5.7'] sources = 'Sources/**/*'