File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- github "daltoniam/Starscream" ~> 4.0.6
1
+ github "daltoniam/Starscream" ~> 4.0.8
Original file line number Diff line number Diff line change 1
- github "daltoniam/Starscream" "4.0.6 "
1
+ github "daltoniam/Starscream" "4.0.8 "
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 = "16.1.0 "
4
+ s . version = "16.1.1 "
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.
@@ -18,7 +18,7 @@ Pod::Spec.new do |s|
18
18
s . requires_arc = true
19
19
s . source = {
20
20
:git => "https://github.com/socketio/socket.io-client-swift.git" ,
21
- :tag => 'v16.1.0 ' ,
21
+ :tag => 'v16.1.1 ' ,
22
22
:submodules => true
23
23
}
24
24
@@ -27,5 +27,5 @@ Pod::Spec.new do |s|
27
27
'SWIFT_VERSION' => '5.4'
28
28
}
29
29
s . source_files = "Source/SocketIO/**/*.swift" , "Source/SocketIO/*.swift"
30
- s . dependency "Starscream" , "~> 4.0.6 "
30
+ s . dependency "Starscream" , "~> 4.0.8 "
31
31
end
You can’t perform that action at this time.
0 commit comments