From a111ed65848a619de6f0fdc6d1b12f3c59d850b0 Mon Sep 17 00:00:00 2001 From: JP Simard Date: Mon, 19 Jun 2023 12:47:19 -0400 Subject: [PATCH] Add 5.8 as a supported Swift version in the podspec --- Yams.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Yams.podspec b/Yams.podspec index 93612d27..4ca50cc3 100644 --- a/Yams.podspec +++ b/Yams.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.authors = { 'JP Simard' => 'jp@jpsim.com', 'Norio Nomura' => 'norio.nomura@gmail.com' } s.source_files = 'Sources/**/*.{h,c,swift}' - s.swift_versions = ['5.4', '5.5', '5.6', '5.7'] + s.swift_versions = ['5.4', '5.5', '5.6', '5.7', '5.8'] s.pod_target_xcconfig = { 'APPLICATION_EXTENSION_API_ONLY' => 'YES' } s.ios.deployment_target = '11.0' s.osx.deployment_target = '10.13'