Skip to content

Commit

Permalink
Use Swift 5.9 for podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
NickEntin committed Apr 24, 2024
1 parent 972f16a commit b5c9d6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ EXTERNAL SOURCES:
:path: "../Paralayout.podspec"

SPEC CHECKSUMS:
Paralayout: fd8cc7ebb2647e3d82dce7ab18eac8984be31adf
Paralayout: bec281b53f366b75f6cee850cdbeef938a98209f
SnapshotTesting: 38947050d13960d57a4a9c166fcf51bca7d56970

PODFILE CHECKSUM: ccd5bea90fc4594ec9092187c997b2c87d11c02c
Expand Down
2 changes: 1 addition & 1 deletion Paralayout.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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}'
Expand Down

0 comments on commit b5c9d6e

Please sign in to comment.