We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7219906 commit 3df38fcCopy full SHA for 3df38fc
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 = "15.0.0"
+ s.version = "15.0.0-beta1"
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 => 'v15.0.0',
+ :tag => 'v15.0.0-beta',
22
:submodules => true
23
}
24
0 commit comments