From b5c9d6e6365a5b828c1d4efafc12931900159a81 Mon Sep 17 00:00:00 2001 From: Nick Entin Date: Tue, 23 Apr 2024 23:38:19 -0700 Subject: [PATCH] Use Swift 5.9 for podspec --- Example/Podfile.lock | 2 +- Paralayout.podspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Example/Podfile.lock b/Example/Podfile.lock index c7210ba..9737ca6 100644 --- a/Example/Podfile.lock +++ b/Example/Podfile.lock @@ -17,7 +17,7 @@ EXTERNAL SOURCES: :path: "../Paralayout.podspec" SPEC CHECKSUMS: - Paralayout: fd8cc7ebb2647e3d82dce7ab18eac8984be31adf + Paralayout: bec281b53f366b75f6cee850cdbeef938a98209f SnapshotTesting: 38947050d13960d57a4a9c166fcf51bca7d56970 PODFILE CHECKSUM: ccd5bea90fc4594ec9092187c997b2c87d11c02c diff --git a/Paralayout.podspec b/Paralayout.podspec index f4e82e3..2bda82e 100644 --- a/Paralayout.podspec +++ b/Paralayout.podspec @@ -9,7 +9,7 @@ Pod::Spec.new do |s| s.source_files = 'Paralayout/*.{swift}' s.ios.deployment_target = '12.0' s.visionos.deployment_target = '1.0' - s.swift_version = '5.0' + s.swift_version = '5.9' s.test_spec 'Tests' do |test_spec| test_spec.source_files = 'ParalayoutTests/*{.swift}'