Skip to content

Commit

Permalink
Update podspec swift_version to 4.2 (sindresorhus#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
yonat authored and dezinezync committed Dec 17, 2022
1 parent 135a65b commit 91e5ce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Defaults.podspec
Expand Up @@ -8,7 +8,7 @@ Pod::Spec.new do |s|
s.authors = { 'Sindre Sorhus' => 'sindresorhus@gmail.com' }
s.source = { :git => 'https://github.com/sindresorhus/Defaults.git', :tag => "v#{s.version}" }
s.source_files = 'Sources/*.swift'
s.swift_version = '4.1'
s.swift_version = '4.2'
s.macos.deployment_target = '10.12'
s.ios.deployment_target = '10.0'
s.tvos.deployment_target = '10.0'
Expand Down

0 comments on commit 91e5ce1

Please sign in to comment.