Add swift version to podspec

This commit is contained in:
Robert Payne 2018-09-18 15:43:30 +12:00
parent c0f66e42be
commit 7ec06634be
1 changed files with 3 additions and 1 deletions

View File

@ -6,7 +6,7 @@ Pod::Spec.new do |s|
s.homepage = 'https://github.com/SnapKit/SnapKit' s.homepage = 'https://github.com/SnapKit/SnapKit'
s.authors = { 'Robert Payne' => 'robertpayne@me.com' } s.authors = { 'Robert Payne' => 'robertpayne@me.com' }
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 => '4.0.0' } s.source = { :git => 'https://github.com/SnapKit/SnapKit.git', :tag => '4.0.1' }
s.ios.deployment_target = '8.0' s.ios.deployment_target = '8.0'
s.osx.deployment_target = '10.11' s.osx.deployment_target = '10.11'
@ -14,5 +14,7 @@ Pod::Spec.new do |s|
s.source_files = 'Source/*.swift' s.source_files = 'Source/*.swift'
s.swift_version = '4.0'
s.requires_arc = true s.requires_arc = true
end end