mirror of https://github.com/SnapKit/SnapKit
Fix podspec tagged version (#748)
Co-authored-by: Robert Payne <robertjpayne@Roberts-MacBook-Pro.local>
This commit is contained in:
parent
48b703a1a3
commit
f222cbdf32
|
@ -6,7 +6,7 @@ Pod::Spec.new do |s|
|
|||
s.homepage = 'https://github.com/SnapKit/SnapKit'
|
||||
s.authors = { 'Robert Payne' => 'robertpayne@me.com' }
|
||||
s.social_media_url = 'http://twitter.com/robertjpayne'
|
||||
s.source = { :git => 'https://github.com/SnapKit/SnapKit.git', :tag => '5.0.1' }
|
||||
s.source = { :git => 'https://github.com/SnapKit/SnapKit.git', :tag => '5.6.0' }
|
||||
|
||||
s.ios.deployment_target = '10.0'
|
||||
s.osx.deployment_target = '10.11'
|
||||
|
|
Loading…
Reference in New Issue