mirror of https://github.com/SnapKit/SnapKit
Update min target versions
This commit is contained in:
parent
4403a45695
commit
328b53b7e3
|
@ -8,9 +8,9 @@ Pod::Spec.new do |s|
|
||||||
s.social_media_url = 'http://twitter.com/robertjpayne'
|
s.social_media_url = 'http://twitter.com/robertjpayne'
|
||||||
s.source = { :git => 'https://github.com/SnapKit/SnapKit.git', :tag => '5.0.0' }
|
s.source = { :git => 'https://github.com/SnapKit/SnapKit.git', :tag => '5.0.0' }
|
||||||
|
|
||||||
s.ios.deployment_target = '9.0'
|
s.ios.deployment_target = '10.0'
|
||||||
s.osx.deployment_target = '10.12'
|
s.osx.deployment_target = '10.12'
|
||||||
s.tvos.deployment_target = '9.0'
|
s.tvos.deployment_target = '10.0'
|
||||||
|
|
||||||
s.source_files = 'Source/*.swift'
|
s.source_files = 'Source/*.swift'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue