From c0ba3587ffde79151da6e91d65883f8edc7fb48d Mon Sep 17 00:00:00 2001 From: Ivan Smolin Date: Tue, 30 Jan 2024 21:30:45 +0300 Subject: [PATCH] [Fix] TILogging (1.54.6) --- TILogging/1.54.6/TILogging.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TILogging/1.54.6/TILogging.podspec b/TILogging/1.54.6/TILogging.podspec index 3ab85cf..5ee1c3a 100644 --- a/TILogging/1.54.6/TILogging.podspec +++ b/TILogging/1.54.6/TILogging.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'] sources = 'Sources/**/*'