File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ let package = Package(
6161 .executable (name : " socket.io-test" , targets : [" YourTargetName" ])
6262 ],
6363 dependencies : [
64- .package (url : " https://github.com/socketio/socket.io-client-swift" , .upToNextMinor (from : " 15.0.0 " ))
64+ .package (url : " https://github.com/socketio/socket.io-client-swift" , .upToNextMinor (from : " 16.1.1 " ))
6565 ],
6666 targets : [
6767 .target (name : " YourTargetName" , dependencies : [" SocketIO" ], path : " ./Path/To/Your/Sources" )
@@ -74,7 +74,7 @@ Then import `import SocketIO`.
7474### Carthage
7575Add this line to your ` Cartfile ` :
7676```
77- github "socketio/socket.io-client-swift" ~> 15.2.0
77+ github "socketio/socket.io-client-swift" ~> 16.1.1
7878```
7979
8080Run ` carthage update --platform ios,macosx ` .
@@ -88,7 +88,7 @@ Create `Podfile` and add `pod 'Socket.IO-Client-Swift'`:
8888use_frameworks!
8989
9090target ' YourApp' do
91- pod ' Socket.IO-Client-Swift' , ' ~> 15.2.0 '
91+ pod ' Socket.IO-Client-Swift' , ' ~> 16.1.1 '
9292end
9393```
9494
You can’t perform that action at this time.
0 commit comments