We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 786b11a commit ccc73e3Copy full SHA for ccc73e3
Socket.IO-Client-Swift.podspec
@@ -1,7 +1,7 @@
1
Pod::Spec.new do |s|
2
s.name = "Socket.IO-Client-Swift"
3
s.module_name = "SocketIO"
4
- s.version = "16.0.1"
+ s.version = "16.1.0"
5
s.summary = "Socket.IO-client for iOS and OS X"
6
s.description = <<-DESC
7
Socket.IO-client for iOS and OS X.
@@ -18,7 +18,7 @@ Pod::Spec.new do |s|
18
s.requires_arc = true
19
s.source = {
20
:git => "https://github.com/socketio/socket.io-client-swift.git",
21
- :tag => 'v16.0.1',
+ :tag => 'v16.1.0',
22
:submodules => true
23
}
24
0 commit comments