File tree 3 files changed +5
-6
lines changed
3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -87,8 +87,7 @@ Then import `import SocketIO`.
87
87
### Carthage
88
88
Add these line to your ` Cartfile ` :
89
89
```
90
- github "nuclearace/Starscream" ~> 8.0.7
91
- github "socketio/socket.io-client-swift" ~> 12.0.0 # Or latest version
90
+ github "socketio/socket.io-client-swift" ~> 12.1.0 # Or latest version
92
91
```
93
92
94
93
Run ` carthage update --platform ios,macosx ` .
@@ -100,7 +99,7 @@ Create `Podfile` and add `pod 'Socket.IO-Client-Swift'`:
100
99
use_frameworks!
101
100
102
101
target ' YourApp' do
103
- pod ' Socket.IO-Client-Swift' , ' ~> 12.0 .0' # Or latest version
102
+ pod ' Socket.IO-Client-Swift' , ' ~> 12.1 .0' # Or latest version
104
103
end
105
104
```
106
105
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.0 .0"
4
+ s . version = "12.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,12 +17,12 @@ 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.0 .0' ,
20
+ :tag => 'v12.1 .0' ,
21
21
:submodules => true
22
22
}
23
23
s . pod_target_xcconfig = {
24
24
'SWIFT_VERSION' => '4.0'
25
25
}
26
26
s . source_files = "Source/SocketIO/**/*.swift" , "Source/SocketIO/*.swift"
27
- s . dependency "StarscreamSocketIO " , "~> 9.0.2 "
27
+ s . dependency "Starscream " , "~> 2.1.1 "
28
28
end
You can’t perform that action at this time.
0 commit comments