Bump Starscream to 3.0.6

This solves the issue:
https://github.com/socketio/socket.io-client-swift/issues/1105
This commit is contained in:
Dmitry Preobrazhenskiy 2018-11-28 23:38:13 +02:00
parent 94b01420af
commit 3cfd12b0bc

View File

@ -27,5 +27,5 @@ Pod::Spec.new do |s|
'SWIFT_VERSION' => '4.0'
}
s.source_files = "Source/SocketIO/**/*.swift", "Source/SocketIO/*.swift"
s.dependency "Starscream", "~> 3.0.2"
s.dependency "Starscream", "~> 3.0.6"
end