We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a09e7d commit 5634b33Copy full SHA for 5634b33
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 = "13.1.1"
+ s.version = "13.1.2"
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 => 'v13.1.1',
+ :tag => 'v13.1.2',
22
:submodules => true
23
}
24
s.pod_target_xcconfig = {
0 commit comments