Add Swift version to podspec

This commit is contained in:
Davide De Rosa 2018-09-24 14:41:35 +02:00
parent 1d3071bdc4
commit 5ea81e5b32
2 changed files with 1 additions and 1 deletions

View File

@ -1 +0,0 @@
4.2

View File

@ -7,6 +7,7 @@ Pod::Spec.new do |s|
s.license = { :type => "GPLv3", :file => "LICENSE" }
s.author = { "Davide De Rosa" => "keeshux@gmail.com" }
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.osx.deployment_target = "10.11"