Update to Swift 4.2

This solves the issue:
https://github.com/socketio/socket.io-client-swift/issues/1101
This commit is contained in:
Dmitry Preobrazhenskiy 2018-11-28 23:37:27 +02:00
parent 016e12720d
commit 94b01420af
2 changed files with 2 additions and 1 deletions

View File

@ -1 +0,0 @@
4.0

View File

@ -21,6 +21,8 @@ Pod::Spec.new do |s|
:tag => 'v13.3.1',
:submodules => true
}
s.swift_version = "4.2"
s.pod_target_xcconfig = {
'SWIFT_VERSION' => '4.0'
}