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 @@ -88,7 +88,7 @@ Carthage
88
88
-----------------
89
89
Add this line to your ` Cartfile ` :
90
90
```
91
- github "socketio/socket.io-client-swift" ~> 6.0 .0 # Or latest version
91
+ github "socketio/socket.io-client-swift" ~> 6.1 .0 # Or latest version
92
92
```
93
93
94
94
Run ` carthage update --platform ios,macosx ` .
@@ -102,7 +102,7 @@ source 'https://github.com/CocoaPods/Specs.git'
102
102
platform :ios , ' 8.0'
103
103
use_frameworks!
104
104
105
- pod ' Socket.IO-Client-Swift' , ' ~> 6.0 .0' # Or latest version
105
+ pod ' Socket.IO-Client-Swift' , ' ~> 6.1 .0' # Or latest version
106
106
```
107
107
108
108
Install pods:
@@ -130,7 +130,7 @@ CocoaSeeds
130
130
Add this line to your ` Seedfile ` :
131
131
132
132
```
133
- github "socketio/socket.io-client-swift", "v6.0 .0", :files => "Source/*.swift" # Or latest version
133
+ github "socketio/socket.io-client-swift", "v6.1 .0", :files => "Source/*.swift" # Or latest version
134
134
```
135
135
136
136
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 = "SocketIOClientSwift"
4
- s . version = "6.0 .0"
4
+ s . version = "6.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.
@@ -14,7 +14,7 @@ Pod::Spec.new do |s|
14
14
s . ios . deployment_target = '8.0'
15
15
s . osx . deployment_target = '10.10'
16
16
s . tvos . deployment_target = '9.0'
17
- s . source = { :git => "https://github.com/socketio/socket.io-client-swift.git" , :tag => 'v6.0 .0' }
17
+ s . source = { :git => "https://github.com/socketio/socket.io-client-swift.git" , :tag => 'v6.1 .0' }
18
18
s . source_files = "Source/**/*.swift"
19
19
s . requires_arc = true
20
20
# s.dependency 'Starscream', '~> 0.9' # currently this repo includes Starscream swift files
You can’t perform that action at this time.
0 commit comments