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