Add Swift version to podspec
This commit is contained in:
parent
1d3071bdc4
commit
5ea81e5b32
|
@ -1 +0,0 @@
|
||||||
4.2
|
|
|
@ -7,6 +7,7 @@ Pod::Spec.new do |s|
|
||||||
s.license = { :type => "GPLv3", :file => "LICENSE" }
|
s.license = { :type => "GPLv3", :file => "LICENSE" }
|
||||||
s.author = { "Davide De Rosa" => "keeshux@gmail.com" }
|
s.author = { "Davide De Rosa" => "keeshux@gmail.com" }
|
||||||
s.source = { :git => "https://github.com/keeshux/tunnelkit.git", :tag => "v#{s.version}" }
|
s.source = { :git => "https://github.com/keeshux/tunnelkit.git", :tag => "v#{s.version}" }
|
||||||
|
s.swift_version = "4.2"
|
||||||
|
|
||||||
s.ios.deployment_target = "11.0"
|
s.ios.deployment_target = "11.0"
|
||||||
s.osx.deployment_target = "10.11"
|
s.osx.deployment_target = "10.11"
|
||||||
|
|
Loading…
Reference in New Issue