File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ Then import `import SocketIO`.
89
89
Add these line to your ` Cartfile ` :
90
90
```
91
91
github "nuclearace/Starscream" ~> 8.0.2
92
- github "socketio/socket.io-client-swift" ~> 11.0.2 # Or latest version
92
+ github "socketio/socket.io-client-swift" ~> 11.1.0 # Or latest version
93
93
```
94
94
95
95
Run ` carthage update --platform ios,macosx ` .
@@ -101,7 +101,7 @@ Create `Podfile` and add `pod 'Socket.IO-Client-Swift'`:
101
101
use_frameworks!
102
102
103
103
target ' YourApp' do
104
- pod ' Socket.IO-Client-Swift' , ' ~> 11.0.2 ' # Or latest version
104
+ pod ' Socket.IO-Client-Swift' , ' ~> 11.1.0 ' # Or latest version
105
105
end
106
106
```
107
107
@@ -129,7 +129,7 @@ Objective-C:
129
129
Add this line to your ` Seedfile ` :
130
130
131
131
```
132
- github "socketio/socket.io-client-swift", "v11.0.2 ", :files => "Source/*.swift" # Or latest version
132
+ github "socketio/socket.io-client-swift", "v11.1.0 ", :files => "Source/*.swift" # Or latest version
133
133
```
134
134
135
135
Run ` seed install ` .
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "Socket.IO-Client-Swift"
3
3
s . module_name = "SocketIO"
4
- s . version = "11.0.2 "
4
+ s . version = "11.1.0 "
5
5
s . summary = "Socket.IO-client for iOS and OS X"
6
6
s . description = <<-DESC
7
7
Socket.IO-client for iOS and OS X.
@@ -17,7 +17,7 @@ Pod::Spec.new do |s|
17
17
s . requires_arc = true
18
18
s . source = {
19
19
:git => "https://github.com/socketio/socket.io-client-swift.git" ,
20
- :tag => 'v11.0.2 ' ,
20
+ :tag => 'v11.1.0 ' ,
21
21
:submodules => true
22
22
}
23
23
s . pod_target_xcconfig = {
You can’t perform that action at this time.
0 commit comments