We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bcb075 commit 654d71aCopy full SHA for 654d71a
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 = "11.1.2"
+ s.version = "11.1.3"
5
s.summary = "Socket.IO-client for iOS and OS X"
6
s.description = <<-DESC
7
Socket.IO-client for iOS and OS X.
@@ -17,7 +17,7 @@ Pod::Spec.new do |s|
17
s.requires_arc = true
18
s.source = {
19
:git => "https://github.com/socketio/socket.io-client-swift.git",
20
- :tag => 'v11.1.2',
+ :tag => 'v11.1.3',
21
:submodules => true
22
}
23
s.pod_target_xcconfig = {
0 commit comments