File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ Carthage
85
85
-----------------
86
86
Add this line to your ` Cartfile ` :
87
87
```
88
- github "socketio/socket.io-client-swift" ~> 5.0 .0 # Or latest version
88
+ github "socketio/socket.io-client-swift" ~> 5.1 .0 # Or latest version
89
89
```
90
90
91
91
Run ` carthage update --platform ios,macosx ` .
@@ -99,7 +99,7 @@ source 'https://github.com/CocoaPods/Specs.git'
99
99
platform :ios , ' 8.0'
100
100
use_frameworks!
101
101
102
- pod ' Socket.IO-Client-Swift' , ' ~> 5.0 .0' # Or latest version
102
+ pod ' Socket.IO-Client-Swift' , ' ~> 5.1 .0' # Or latest version
103
103
```
104
104
105
105
Install pods:
@@ -127,7 +127,7 @@ CocoaSeeds
127
127
Add this line to your ` Seedfile ` :
128
128
129
129
```
130
- github "socketio/socket.io-client-swift", "v5.0 .0", :files => "SocketIOClientSwift/*.swift" # Or latest version
130
+ github "socketio/socket.io-client-swift", "v5.1 .0", :files => "SocketIOClientSwift/*.swift" # Or latest version
131
131
```
132
132
133
133
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
- s . version = "5.0 .0"
3
+ s . version = "5.1 .0"
4
4
s . summary = "Socket.IO-client for iOS and OS X"
5
5
s . description = <<-DESC
6
6
Socket.IO-client for iOS and OS X.
@@ -13,7 +13,7 @@ Pod::Spec.new do |s|
13
13
s . ios . deployment_target = '8.0'
14
14
s . osx . deployment_target = '10.10'
15
15
s . tvos . deployment_target = '9.0'
16
- s . source = { :git => "https://github.com/socketio/socket.io-client-swift.git" , :tag => 'v5.0 .0' }
16
+ s . source = { :git => "https://github.com/socketio/socket.io-client-swift.git" , :tag => 'v5.1 .0' }
17
17
s . source_files = "Source/**/*.swift"
18
18
s . requires_arc = true
19
19
# s.dependency 'Starscream', '~> 0.9' # currently this repo includes Starscream swift files
You can’t perform that action at this time.
0 commit comments