Skip to content

Commit ad2fb17

Browse files
committed
bump tools versions
1 parent 04ba1aa commit ad2fb17

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.swift-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.1
1+
4.0

Package.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// swift-tools-version:4.0
2+
13
import PackageDescription
24

35
let package = Package(

Socket.IO-Client-Swift.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Pod::Spec.new do |s|
2121
:submodules => true
2222
}
2323
s.pod_target_xcconfig = {
24-
'SWIFT_VERSION' => '3.1'
24+
'SWIFT_VERSION' => '4.0'
2525
}
2626
s.source_files = "Source/SocketIO/**/*.swift", "Source/SocketIO/*.swift"
2727
s.dependency "StarscreamSocketIO", "~> 8.0.5"

0 commit comments

Comments
 (0)