From e7517c23f879894bcec7f7567a299de7919266bb Mon Sep 17 00:00:00 2001 From: Ivan Smolin Date: Mon, 22 May 2023 11:57:27 +0300 Subject: [PATCH] build: update podspec version --- Plugins/TISwiftLintPlugin/plugin.swift | 2 +- TIAppleMapUtils/TIAppleMapUtils.podspec | 2 +- TIAuth/TIAuth.podspec | 2 +- TIDeeplink/TIDeeplink.podspec | 2 +- TIDeveloperUtils/TIDeveloperUtils.podspec | 2 +- TIEcommerce/TIEcommerce.podspec | 2 +- TIFoundationUtils/TIFoundationUtils.podspec | 2 +- TIGoogleMapUtils/TIGoogleMapUtils.podspec | 2 +- TIKeychainUtils/TIKeychainUtils.podspec | 2 +- TIMapUtils/TIMapUtils.podspec | 2 +- TIMoyaNetworking/TIMoyaNetworking.podspec | 2 +- TINetworking/TINetworking.podspec | 2 +- TINetworkingCache/TINetworkingCache.podspec | 2 +- TIPagination/TIPagination.podspec | 2 +- TISwiftUICore/TISwiftUICore.podspec | 2 +- TISwiftUtils/TISwiftUtils.podspec | 2 +- TITableKitUtils/TITableKitUtils.podspec | 2 +- TITextProcessing/TITextProcessing.podspec | 2 +- TIUIElements/TIUIElements.podspec | 2 +- TIUIKitCore/TIUIKitCore.podspec | 2 +- TIWebView/TIWebView.podspec | 2 +- TIYandexMapUtils/TIYandexMapUtils.podspec | 2 +- 22 files changed, 22 insertions(+), 22 deletions(-) diff --git a/Plugins/TISwiftLintPlugin/plugin.swift b/Plugins/TISwiftLintPlugin/plugin.swift index c707e90c..70f3964d 100644 --- a/Plugins/TISwiftLintPlugin/plugin.swift +++ b/Plugins/TISwiftLintPlugin/plugin.swift @@ -42,7 +42,7 @@ struct SwiftLintPlugin: BuildToolPlugin { "SCRIPT_INPUT_FILE_COUNT": "1", "SCRIPT_INPUT_FILE_0": target.directory.removingLastComponent().lastComponent, // "FORCE_LINT": "1", // Lint all files in target (not only modified) - "AUTOCORRECT": "1" // + "AUTOCORRECT": "1" ], outputFilesDirectory: context.package.directory) ] diff --git a/TIAppleMapUtils/TIAppleMapUtils.podspec b/TIAppleMapUtils/TIAppleMapUtils.podspec index 482e586a..207b515e 100644 --- a/TIAppleMapUtils/TIAppleMapUtils.podspec +++ b/TIAppleMapUtils/TIAppleMapUtils.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.source = { :git => 'https://git.svc.touchin.ru/TouchInstinct/LeadKit.git', :tag => s.version.to_s } s.ios.deployment_target = '11.0' - s.swift_versions = ['5.3'] + s.swift_versions = ['5.7'] s.source_files = s.name + '/Sources/**/*' diff --git a/TIAuth/TIAuth.podspec b/TIAuth/TIAuth.podspec index 47cf832f..051f92ec 100644 --- a/TIAuth/TIAuth.podspec +++ b/TIAuth/TIAuth.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.source = { :git => 'https://git.svc.touchin.ru/TouchInstinct/LeadKit.git', :tag => s.version.to_s } s.ios.deployment_target = '13.0' - s.swift_versions = ['5.3'] + s.swift_versions = ['5.7'] s.source_files = s.name + '/Sources/**/*' diff --git a/TIDeeplink/TIDeeplink.podspec b/TIDeeplink/TIDeeplink.podspec index 41f92e26..a1e237e2 100644 --- a/TIDeeplink/TIDeeplink.podspec +++ b/TIDeeplink/TIDeeplink.podspec @@ -9,7 +9,7 @@ Pod::Spec.new do |s| s.source = { :git => 'https://git.svc.touchin.ru/TouchInstinct/LeadKit.git', :tag => s.version.to_s } s.ios.deployment_target = '11.0' - s.swift_versions = ['5.3'] + s.swift_versions = ['5.7'] sources = '/Sources/**/*' if ENV["DEVELOPMENT_INSTALL"] # installing using :path => diff --git a/TIDeveloperUtils/TIDeveloperUtils.podspec b/TIDeveloperUtils/TIDeveloperUtils.podspec index 83a6fee6..7731de9d 100644 --- a/TIDeveloperUtils/TIDeveloperUtils.podspec +++ b/TIDeveloperUtils/TIDeveloperUtils.podspec @@ -9,7 +9,7 @@ Pod::Spec.new do |s| s.source = { :git => 'https://git.svc.touchin.ru/TouchInstinct/LeadKit.git', :tag => s.version.to_s } s.ios.deployment_target = '11.0' - s.swift_versions = ['5.3'] + s.swift_versions = ['5.7'] s.source_files = s.name + '/Sources/**/*' diff --git a/TIEcommerce/TIEcommerce.podspec b/TIEcommerce/TIEcommerce.podspec index 144f09d1..5cfa9c42 100644 --- a/TIEcommerce/TIEcommerce.podspec +++ b/TIEcommerce/TIEcommerce.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.source = { :git => 'https://git.svc.touchin.ru/TouchInstinct/LeadKit.git', :tag => s.version.to_s } s.ios.deployment_target = '11.0' - s.swift_versions = ['5.3'] + s.swift_versions = ['5.7'] s.source_files = s.name + '/Sources/**/*' diff --git a/TIFoundationUtils/TIFoundationUtils.podspec b/TIFoundationUtils/TIFoundationUtils.podspec index 583e9dd5..6dbc21c8 100644 --- a/TIFoundationUtils/TIFoundationUtils.podspec +++ b/TIFoundationUtils/TIFoundationUtils.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.source = { :git => 'https://git.svc.touchin.ru/TouchInstinct/LeadKit.git', :tag => s.version.to_s } s.ios.deployment_target = '10.0' - s.swift_versions = ['5.3'] + s.swift_versions = ['5.7'] sources = '**/Sources/**/*.swift' if ENV["DEVELOPMENT_INSTALL"] # installing using :path => diff --git a/TIGoogleMapUtils/TIGoogleMapUtils.podspec b/TIGoogleMapUtils/TIGoogleMapUtils.podspec index 801b09e3..4e9fe29f 100644 --- a/TIGoogleMapUtils/TIGoogleMapUtils.podspec +++ b/TIGoogleMapUtils/TIGoogleMapUtils.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.source = { :git => 'https://git.svc.touchin.ru/TouchInstinct/LeadKit.git', :tag => s.version.to_s } s.ios.deployment_target = '12.0' - s.swift_versions = ['5.3'] + s.swift_versions = ['5.7'] s.source_files = s.name + '/Sources/**/*' diff --git a/TIKeychainUtils/TIKeychainUtils.podspec b/TIKeychainUtils/TIKeychainUtils.podspec index 9ebea5ad..eaad9f74 100644 --- a/TIKeychainUtils/TIKeychainUtils.podspec +++ b/TIKeychainUtils/TIKeychainUtils.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.source = { :git => 'https://git.svc.touchin.ru/TouchInstinct/LeadKit.git', :tag => s.version.to_s } s.ios.deployment_target = '11.0' - s.swift_versions = ['5.3'] + s.swift_versions = ['5.7'] s.source_files = s.name + '/Sources/**/*' diff --git a/TIMapUtils/TIMapUtils.podspec b/TIMapUtils/TIMapUtils.podspec index 96036a21..f5097805 100644 --- a/TIMapUtils/TIMapUtils.podspec +++ b/TIMapUtils/TIMapUtils.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.source = { :git => 'https://git.svc.touchin.ru/TouchInstinct/LeadKit.git', :tag => s.version.to_s } s.ios.deployment_target = '10.0' - s.swift_versions = ['5.3'] + s.swift_versions = ['5.7'] s.source_files = s.name + '/Sources/**/*' diff --git a/TIMoyaNetworking/TIMoyaNetworking.podspec b/TIMoyaNetworking/TIMoyaNetworking.podspec index b811d1fe..281c1fc4 100644 --- a/TIMoyaNetworking/TIMoyaNetworking.podspec +++ b/TIMoyaNetworking/TIMoyaNetworking.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.source = { :git => 'https://git.svc.touchin.ru/TouchInstinct/LeadKit.git', :tag => s.version.to_s } s.ios.deployment_target = '11.0' - s.swift_versions = ['5.3'] + s.swift_versions = ['5.7'] s.source_files = s.name + '/**/Sources/**/*' diff --git a/TINetworking/TINetworking.podspec b/TINetworking/TINetworking.podspec index 3a18e429..84691f6f 100644 --- a/TINetworking/TINetworking.podspec +++ b/TINetworking/TINetworking.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.source = { :git => 'https://git.svc.touchin.ru/TouchInstinct/LeadKit.git', :tag => s.version.to_s } s.ios.deployment_target = '10.0' - s.swift_versions = ['5.3'] + s.swift_versions = ['5.7'] s.source_files = s.name + '/Sources/**/*' diff --git a/TINetworkingCache/TINetworkingCache.podspec b/TINetworkingCache/TINetworkingCache.podspec index 0e4abab2..6fbf7bec 100644 --- a/TINetworkingCache/TINetworkingCache.podspec +++ b/TINetworkingCache/TINetworkingCache.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.source = { :git => 'https://git.svc.touchin.ru/TouchInstinct/LeadKit.git', :tag => s.version.to_s } s.ios.deployment_target = '11.0' - s.swift_versions = ['5.3'] + s.swift_versions = ['5.7'] s.source_files = s.name + '/Sources/**/*' diff --git a/TIPagination/TIPagination.podspec b/TIPagination/TIPagination.podspec index 1f1524d5..f750d137 100644 --- a/TIPagination/TIPagination.podspec +++ b/TIPagination/TIPagination.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.source = { :git => 'https://git.svc.touchin.ru/TouchInstinct/LeadKit.git', :tag => s.version.to_s } s.ios.deployment_target = '10.0' - s.swift_versions = ['5.3'] + s.swift_versions = ['5.7'] s.source_files = s.name + '/Sources/**/*' diff --git a/TISwiftUICore/TISwiftUICore.podspec b/TISwiftUICore/TISwiftUICore.podspec index ece51891..743a1454 100644 --- a/TISwiftUICore/TISwiftUICore.podspec +++ b/TISwiftUICore/TISwiftUICore.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.source = { :git => 'https://git.svc.touchin.ru/TouchInstinct/LeadKit.git', :tag => s.version.to_s } s.ios.deployment_target = '13.0' - s.swift_versions = ['5.3'] + s.swift_versions = ['5.7'] s.source_files = s.name + '/Sources/**/*' diff --git a/TISwiftUtils/TISwiftUtils.podspec b/TISwiftUtils/TISwiftUtils.podspec index 46432194..62a914a5 100644 --- a/TISwiftUtils/TISwiftUtils.podspec +++ b/TISwiftUtils/TISwiftUtils.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.source = { :git => 'https://git.svc.touchin.ru/TouchInstinct/LeadKit.git', :tag => s.version.to_s } s.ios.deployment_target = '9.0' - s.swift_versions = ['5.3'] + s.swift_versions = ['5.7'] sources = 'Sources/**/*.swift' if ENV["DEVELOPMENT_INSTALL"] # installing using :path => diff --git a/TITableKitUtils/TITableKitUtils.podspec b/TITableKitUtils/TITableKitUtils.podspec index 453ae91a..b7c058b6 100644 --- a/TITableKitUtils/TITableKitUtils.podspec +++ b/TITableKitUtils/TITableKitUtils.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.source = { :git => 'https://git.svc.touchin.ru/TouchInstinct/LeadKit.git', :tag => s.version.to_s } s.ios.deployment_target = '11.0' - s.swift_versions = ['5.3'] + s.swift_versions = ['5.7'] s.source_files = s.name + '/Sources/**/*' diff --git a/TITextProcessing/TITextProcessing.podspec b/TITextProcessing/TITextProcessing.podspec index ac6e4d79..974fe575 100644 --- a/TITextProcessing/TITextProcessing.podspec +++ b/TITextProcessing/TITextProcessing.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.source = { :git => 'https://git.svc.touchin.ru/TouchInstinct/LeadKit.git', :tag => s.version.to_s } s.ios.deployment_target = '10.0' - s.swift_versions = ['5.3'] + s.swift_versions = ['5.7'] sources = '/Sources/**/*' diff --git a/TIUIElements/TIUIElements.podspec b/TIUIElements/TIUIElements.podspec index 9012e215..4615979b 100644 --- a/TIUIElements/TIUIElements.podspec +++ b/TIUIElements/TIUIElements.podspec @@ -9,7 +9,7 @@ Pod::Spec.new do |s| s.source = { :git => 'https://git.svc.touchin.ru/TouchInstinct/LeadKit.git', :tag => s.version.to_s } s.ios.deployment_target = '11.0' - s.swift_versions = ['5.3'] + s.swift_versions = ['5.7'] sources = '/Sources/**/*' if ENV["DEVELOPMENT_INSTALL"] # installing using :path => diff --git a/TIUIKitCore/TIUIKitCore.podspec b/TIUIKitCore/TIUIKitCore.podspec index e2a36725..085e975d 100644 --- a/TIUIKitCore/TIUIKitCore.podspec +++ b/TIUIKitCore/TIUIKitCore.podspec @@ -9,7 +9,7 @@ Pod::Spec.new do |s| s.source = { :git => 'https://git.svc.touchin.ru/TouchInstinct/LeadKit.git', :tag => s.version.to_s } s.ios.deployment_target = '11.0' - s.swift_versions = ['5.3'] + s.swift_versions = ['5.7'] s.source_files = s.name + '/Sources/**/*' s.framework = 'UIKit' diff --git a/TIWebView/TIWebView.podspec b/TIWebView/TIWebView.podspec index 5ad974c8..05d8491f 100644 --- a/TIWebView/TIWebView.podspec +++ b/TIWebView/TIWebView.podspec @@ -9,7 +9,7 @@ Pod::Spec.new do |s| s.source = { :git => 'https://git.svc.touchin.ru/TouchInstinct/LeadKit.git', :tag => s.version.to_s } s.ios.deployment_target = '11.0' - s.swift_versions = ['5.3'] + s.swift_versions = ['5.7'] s.source_files = s.name + '/Sources/**/*' diff --git a/TIYandexMapUtils/TIYandexMapUtils.podspec b/TIYandexMapUtils/TIYandexMapUtils.podspec index e307c62d..927375f9 100644 --- a/TIYandexMapUtils/TIYandexMapUtils.podspec +++ b/TIYandexMapUtils/TIYandexMapUtils.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.source = { :git => 'https://git.svc.touchin.ru/TouchInstinct/LeadKit.git', :tag => s.version.to_s } s.ios.deployment_target = '12.0' - s.swift_versions = ['5.3'] + s.swift_versions = ['5.7'] s.source_files = s.name + '/Sources/**/*'