From 1ed5d89d46a018dc9f5dcf0e2fac9d9ea8ae01a2 Mon Sep 17 00:00:00 2001 From: Ivan Smolin Date: Tue, 30 Jan 2024 21:53:12 +0300 Subject: [PATCH] [Fix] TIEcommerce (1.54.6) --- TIEcommerce/1.54.6/TIEcommerce.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TIEcommerce/1.54.6/TIEcommerce.podspec b/TIEcommerce/1.54.6/TIEcommerce.podspec index 3d3e872..64582d1 100644 --- a/TIEcommerce/1.54.6/TIEcommerce.podspec +++ b/TIEcommerce/1.54.6/TIEcommerce.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| s.author = { 'petropavel13' => 'ivan.smolin@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'] s.source_files = s.name + '/Sources/**/*'