File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ let package = Package(
61
61
.executable (name : " socket.io-test" , targets : [" YourTargetName" ])
62
62
],
63
63
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 " ))
65
65
],
66
66
targets : [
67
67
.target (name : " YourTargetName" , dependencies : [" SocketIO" ], path : " ./Path/To/Your/Sources" )
@@ -74,7 +74,7 @@ Then import `import SocketIO`.
74
74
### Carthage
75
75
Add this line to your ` Cartfile ` :
76
76
```
77
- github "socketio/socket.io-client-swift" ~> 15.2.0
77
+ github "socketio/socket.io-client-swift" ~> 16.1.1
78
78
```
79
79
80
80
Run ` carthage update --platform ios,macosx ` .
@@ -88,7 +88,7 @@ Create `Podfile` and add `pod 'Socket.IO-Client-Swift'`:
88
88
use_frameworks!
89
89
90
90
target ' YourApp' do
91
- pod ' Socket.IO-Client-Swift' , ' ~> 15.2.0 '
91
+ pod ' Socket.IO-Client-Swift' , ' ~> 16.1.1 '
92
92
end
93
93
```
94
94
You can’t perform that action at this time.
0 commit comments