File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 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 11Pod ::Spec . new do |s |
22 s . name = "Socket.IO-Client-Swift"
33 s . module_name = "SocketIO"
4- s . version = "16.1.0 "
4+ s . version = "16.1.1 "
55 s . summary = "Socket.IO-client for iOS and OS X"
66 s . description = <<-DESC
77 Socket.IO-client for iOS and OS X.
@@ -18,7 +18,7 @@ Pod::Spec.new do |s|
1818 s . requires_arc = true
1919 s . source = {
2020 :git => "https://github.com/socketio/socket.io-client-swift.git" ,
21- :tag => 'v16.1.0 ' ,
21+ :tag => 'v16.1.1 ' ,
2222 :submodules => true
2323 }
2424
@@ -27,5 +27,5 @@ Pod::Spec.new do |s|
2727 'SWIFT_VERSION' => '5.4'
2828 }
2929 s . source_files = "Source/SocketIO/**/*.swift" , "Source/SocketIO/*.swift"
30- s . dependency "Starscream" , "~> 4.0.6 "
30+ s . dependency "Starscream" , "~> 4.0.8 "
3131end
You can’t perform that action at this time.
0 commit comments