File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ Then import `import SocketIO`.
93
93
### Carthage
94
94
Add this line to your ` Cartfile ` :
95
95
```
96
- github "socketio/socket.io-client-swift" ~> 12.1.2 # Or latest version
96
+ github "socketio/socket.io-client-swift" ~> 12.1.3 # Or latest version
97
97
```
98
98
99
99
Run ` carthage update --platform ios,macosx ` .
@@ -107,7 +107,7 @@ Create `Podfile` and add `pod 'Socket.IO-Client-Swift'`:
107
107
use_frameworks!
108
108
109
109
target ' YourApp' do
110
- pod ' Socket.IO-Client-Swift' , ' ~> 12.1.2 ' # Or latest version
110
+ pod ' Socket.IO-Client-Swift' , ' ~> 12.1.3 ' # Or latest version
111
111
end
112
112
```
113
113
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 = "12.1.2 "
4
+ s . version = "12.1.3 "
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 => 'v12.1.2 ' ,
20
+ :tag => 'v12.1.3 ' ,
21
21
:submodules => true
22
22
}
23
23
s . pod_target_xcconfig = {
You can’t perform that action at this time.
0 commit comments