From 39ddcf498f2d95e8edf32cdc2e7414a04df1fef6 Mon Sep 17 00:00:00 2001 From: Nikita Semenov Date: Fri, 18 Nov 2022 19:23:54 +0300 Subject: [PATCH] feat: added new pod to the script --- TILogging/TILogging.podspec | 2 +- project-scripts/push_to_podspecs.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/TILogging/TILogging.podspec b/TILogging/TILogging.podspec index c82ee99e..3aab2057 100644 --- a/TILogging/TILogging.podspec +++ b/TILogging/TILogging.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| 'castlele' => 'nikita.semenov@touchin.ru' } s.source = { :git => 'https://github.com/TouchInstinct/LeadKit.git', :tag => s.version.to_s } - s.ios.deployment_target = '10.0' + s.ios.deployment_target = '11.0' s.swift_versions = ['5.3'] s.source_files = s.name + '/Sources/**/*' diff --git a/project-scripts/push_to_podspecs.sh b/project-scripts/push_to_podspecs.sh index 813c1dae..217d9687 100755 --- a/project-scripts/push_to_podspecs.sh +++ b/project-scripts/push_to_podspecs.sh @@ -12,6 +12,7 @@ ORDERED_PODSPECS="../TISwiftUtils/TISwiftUtils.podspec ../TIUIKitCore/TIUIKitCore.podspec ../TISwiftUICore/TISwiftUICore.podspec ../TIUIElements/TIUIElements.podspec +../TILogging/TILogging.podspec ../TIAuth/TIAuth.podspec ../TITableKitUtils/TITableKitUtils.podspec ../TINetworking/TINetworking.podspec