mirror of https://github.com/SnapKit/SnapKit
Update podspec
This commit is contained in:
parent
cc2629c2b8
commit
5c7ede844a
|
@ -9,7 +9,7 @@ Pod::Spec.new do |s|
|
||||||
s.source = { :git => 'https://github.com/SnapKit/SnapKit.git', :tag => '3.0.0' }
|
s.source = { :git => 'https://github.com/SnapKit/SnapKit.git', :tag => '3.0.0' }
|
||||||
|
|
||||||
s.ios.deployment_target = '8.0'
|
s.ios.deployment_target = '8.0'
|
||||||
s.osx.deployment_target = '10.10'
|
s.osx.deployment_target = '10.11'
|
||||||
s.tvos.deployment_target = '9.0'
|
s.tvos.deployment_target = '9.0'
|
||||||
|
|
||||||
s.source_files = 'Source/*.swift'
|
s.source_files = 'Source/*.swift'
|
||||||
|
|
Loading…
Reference in New Issue