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 @@ -95,7 +95,7 @@ Carthage
95
95
-----------------
96
96
Add this line to your ` Cartfile ` :
97
97
```
98
- github "socketio/socket.io-client-swift" ~> 8.2 .0 # Or latest version
98
+ github "socketio/socket.io-client-swift" ~> 8.3 .0 # Or latest version
99
99
```
100
100
101
101
Run ` carthage update --platform ios,macosx ` .
@@ -108,7 +108,7 @@ Create `Podfile` and add `pod 'Socket.IO-Client-Swift'`:
108
108
use_frameworks!
109
109
110
110
target ' YourApp' do
111
- pod ' Socket.IO-Client-Swift' , ' ~> 8.2 .0' # Or latest version
111
+ pod ' Socket.IO-Client-Swift' , ' ~> 8.3 .0' # Or latest version
112
112
end
113
113
```
114
114
@@ -137,7 +137,7 @@ CocoaSeeds
137
137
Add this line to your ` Seedfile ` :
138
138
139
139
```
140
- github "socketio/socket.io-client-swift", "v8.2 .0", :files => "Source/*.swift" # Or latest version
140
+ github "socketio/socket.io-client-swift", "v8.3 .0", :files => "Source/*.swift" # Or latest version
141
141
```
142
142
143
143
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 = "8.2 .0"
4
+ s . version = "8.3 .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 => 'v8.2 .0' }
17
+ s . source = { :git => "https://github.com/socketio/socket.io-client-swift.git" , :tag => 'v8.3 .0' }
18
18
s . source_files = "Source/**/*.swift"
19
19
s . requires_arc = true
20
20
s . pod_target_xcconfig = { 'SWIFT_VERSION' => '3.0' }
You can’t perform that action at this time.
0 commit comments