Skip to content

Commit

Permalink
Add 5.8 as a supported Swift version in the podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsim committed Jun 19, 2023
1 parent f4d7341 commit a111ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Yams.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Pod::Spec.new do |s|
s.authors = { 'JP Simard' => '[email protected]',
'Norio Nomura' => '[email protected]' }
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'
Expand Down

0 comments on commit a111ed6

Please sign in to comment.