correct beta version in podspec

This commit is contained in:
Erik Little 2019-03-26 12:41:23 -04:00
parent 3df38fcff5
commit bd7428485c
No known key found for this signature in database
GPG Key ID: 62F837E56F4E9320

View File

@ -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 => 'v15.0.0-beta',
:tag => 'v15.0.0-beta1',
:submodules => true
}