bump tools versions

This commit is contained in:
Erik Little 2017-09-19 20:15:47 -04:00
parent 04ba1aa1c5
commit ad2fb175b3
No known key found for this signature in database
GPG Key ID: 4930B7C5FBC1A69D
3 changed files with 4 additions and 2 deletions

View File

@ -1 +1 @@
3.1
4.0

View File

@ -1,3 +1,5 @@
// swift-tools-version:4.0
import PackageDescription
let package = Package(

View File

@ -21,7 +21,7 @@ Pod::Spec.new do |s|
:submodules => true
}
s.pod_target_xcconfig = {
'SWIFT_VERSION' => '3.1'
'SWIFT_VERSION' => '4.0'
}
s.source_files = "Source/SocketIO/**/*.swift", "Source/SocketIO/*.swift"
s.dependency "StarscreamSocketIO", "~> 8.0.5"