From 0e49aa2fac18601585cf16fb24c018362ac59b5c Mon Sep 17 00:00:00 2001 From: Tom Lokhorst Date: Fri, 28 Oct 2022 18:01:15 +0200 Subject: [PATCH 1/2] Update minimum deployment target --- R.swift.Library.podspec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/R.swift.Library.podspec b/R.swift.Library.podspec index deb7a79..1059a9d 100644 --- a/R.swift.Library.podspec +++ b/R.swift.Library.podspec @@ -17,15 +17,15 @@ Pod::Spec.new do |spec| spec.requires_arc = true spec.source = { :git => "https://github.com/mac-cain13/R.swift.Library.git", :tag => "v#{spec.version}" } - spec.swift_version = "5.1" + spec.swift_version = "5.7" spec.pod_target_xcconfig = { 'APPLICATION_EXTENSION_API_ONLY' => 'YES' } - spec.ios.deployment_target = '9.0' + spec.ios.deployment_target = '11.0' spec.ios.source_files = "Library/**/*.swift" - spec.tvos.deployment_target = '9.0' + spec.tvos.deployment_target = '11.0' spec.tvos.source_files = "Library/**/*.swift" - spec.watchos.deployment_target = '2.2' + spec.watchos.deployment_target = '4.0' spec.watchos.source_files = ["Library/Core/*.swift", "Library/Foundation/*.swift"] spec.module_name = "Rswift" From 4d9815250b2da7ded94ba3936a83d88f5ddfdb0e Mon Sep 17 00:00:00 2001 From: Tom Lokhorst Date: Fri, 28 Oct 2022 18:02:13 +0200 Subject: [PATCH 2/2] Keep swift version --- R.swift.Library.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R.swift.Library.podspec b/R.swift.Library.podspec index 1059a9d..9c9a766 100644 --- a/R.swift.Library.podspec +++ b/R.swift.Library.podspec @@ -17,7 +17,7 @@ Pod::Spec.new do |spec| spec.requires_arc = true spec.source = { :git => "https://github.com/mac-cain13/R.swift.Library.git", :tag => "v#{spec.version}" } - spec.swift_version = "5.7" + spec.swift_version = "5.1" spec.pod_target_xcconfig = { 'APPLICATION_EXTENSION_API_ONLY' => 'YES' }