Skip to content

Commit

Permalink
Add 5.6 to the podspec's swift_versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsim committed Mar 15, 2022
1 parent d355d20 commit f154fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SourceKittenFramework.podspec
Expand Up @@ -8,7 +8,7 @@ Pod::Spec.new do |s|
s.author = { 'JP Simard' => 'jp@jpsim.com' }
s.platform = :osx, '10.9'
s.source_files = 'Source/Clang_C/include/*.h', 'Source/SourceKit/include/*.h', 'Source/SourceKittenFramework/*.swift'
s.swift_versions = ['5.3', '5.4', '5.5']
s.swift_versions = ['5.3', '5.4', '5.5', '5.6']
s.pod_target_xcconfig = { 'APPLICATION_EXTENSION_API_ONLY' => 'YES' }
s.dependency 'SWXMLHash', '~> 6.0.0'
s.dependency 'Yams', '~> 4.0.6'
Expand Down

0 comments on commit f154fcb

Please sign in to comment.