bump version

This commit is contained in:
Erik Little 2018-03-11 11:02:02 -04:00
parent 3a09e7d548
commit 5634b33d19
No known key found for this signature in database
GPG Key ID: B8E1F067FE8DCAAF

View File

@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "Socket.IO-Client-Swift"
s.module_name = "SocketIO"
s.version = "13.1.1"
s.version = "13.1.2"
s.summary = "Socket.IO-client for iOS and OS X"
s.description = <<-DESC
Socket.IO-client for iOS and OS X.
@ -18,7 +18,7 @@ Pod::Spec.new do |s|
s.requires_arc = true
s.source = {
:git => "https://github.com/socketio/socket.io-client-swift.git",
:tag => 'v13.1.1',
:tag => 'v13.1.2',
:submodules => true
}
s.pod_target_xcconfig = {