Update podspec swift_version to 4.2 (#11)
This commit is contained in:
parent
78c14ecffd
commit
1912c5b20a
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue