From ad2fb175b3bd5e077d896628c0fb47c60262f23e Mon Sep 17 00:00:00 2001 From: Erik Little Date: Tue, 19 Sep 2017 20:15:47 -0400 Subject: [PATCH] bump tools versions --- .swift-version | 2 +- Package.swift | 2 ++ Socket.IO-Client-Swift.podspec | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.swift-version b/.swift-version index 8c50098..5186d07 100644 --- a/.swift-version +++ b/.swift-version @@ -1 +1 @@ -3.1 +4.0 diff --git a/Package.swift b/Package.swift index b60d8ec..d4a7332 100644 --- a/Package.swift +++ b/Package.swift @@ -1,3 +1,5 @@ +// swift-tools-version:4.0 + import PackageDescription let package = Package( diff --git a/Socket.IO-Client-Swift.podspec b/Socket.IO-Client-Swift.podspec index ea505d6..eae9b3e 100644 --- a/Socket.IO-Client-Swift.podspec +++ b/Socket.IO-Client-Swift.podspec @@ -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"