Update podspec swift_version to 4.2 (#11)

This commit is contained in:
Yonat Sharon 2018-10-16 13:28:04 +03:00 committed by Sindre Sorhus
parent 78c14ecffd
commit 1912c5b20a
1 changed files with 1 additions and 1 deletions

View File

@ -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'