Update some more deps; bump version

This commit is contained in:
Erik Little 2024-10-01 12:30:52 -04:00
parent d690d9c1bf
commit 03032d0c72
No known key found for this signature in database
GPG Key ID: 62F837E56F4E9320
3 changed files with 5 additions and 5 deletions

View File

@ -1 +1 @@
github "daltoniam/Starscream" ~> 4.0.6 github "daltoniam/Starscream" ~> 4.0.8

View File

@ -1 +1 @@
github "daltoniam/Starscream" "4.0.6" github "daltoniam/Starscream" "4.0.8"

View File

@ -1,7 +1,7 @@
Pod::Spec.new do |s| Pod::Spec.new do |s|
s.name = "Socket.IO-Client-Swift" s.name = "Socket.IO-Client-Swift"
s.module_name = "SocketIO" s.module_name = "SocketIO"
s.version = "16.1.0" s.version = "16.1.1"
s.summary = "Socket.IO-client for iOS and OS X" s.summary = "Socket.IO-client for iOS and OS X"
s.description = <<-DESC s.description = <<-DESC
Socket.IO-client for iOS and OS X. Socket.IO-client for iOS and OS X.
@ -18,7 +18,7 @@ Pod::Spec.new do |s|
s.requires_arc = true s.requires_arc = true
s.source = { s.source = {
:git => "https://github.com/socketio/socket.io-client-swift.git", :git => "https://github.com/socketio/socket.io-client-swift.git",
:tag => 'v16.1.0', :tag => 'v16.1.1',
:submodules => true :submodules => true
} }
@ -27,5 +27,5 @@ Pod::Spec.new do |s|
'SWIFT_VERSION' => '5.4' 'SWIFT_VERSION' => '5.4'
} }
s.source_files = "Source/SocketIO/**/*.swift", "Source/SocketIO/*.swift" s.source_files = "Source/SocketIO/**/*.swift", "Source/SocketIO/*.swift"
s.dependency "Starscream", "~> 4.0.6" s.dependency "Starscream", "~> 4.0.8"
end end