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 @@ -94,7 +94,7 @@ Carthage
94
94
-----------------
95
95
Add this line to your ` Cartfile ` :
96
96
```
97
- github "socketio/socket.io-client-swift" ~> 8.0.1 # Or latest version
97
+ github "socketio/socket.io-client-swift" ~> 8.0.2 # Or latest version
98
98
```
99
99
100
100
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' , ' ~> 8.0.1 ' # Or latest version
110
+ pod ' Socket.IO-Client-Swift' , ' ~> 8.0.2 ' # Or latest version
111
111
end
112
112
```
113
113
@@ -136,7 +136,7 @@ CocoaSeeds
136
136
Add this line to your ` Seedfile ` :
137
137
138
138
```
139
- github "socketio/socket.io-client-swift", "v8.0.1 ", :files => "Source/*.swift" # Or latest version
139
+ github "socketio/socket.io-client-swift", "v8.0.2 ", :files => "Source/*.swift" # Or latest version
140
140
```
141
141
142
142
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.0.1 "
4
+ s . version = "8.0.2 "
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.0.1 ' }
17
+ s . source = { :git => "https://github.com/socketio/socket.io-client-swift.git" , :tag => 'v8.0.2 ' }
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