bump version

This commit is contained in:
Erik Little 2017-09-17 10:24:13 -04:00
parent 5bcb075aa5
commit 654d71abed
No known key found for this signature in database
GPG Key ID: 4930B7C5FBC1A69D

View File

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