We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7fb0f8 commit 21b295fCopy full SHA for 21b295f
Socket.IO-Client-Swift.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "Socket.IO-Client-Swift"
3
- s.version = "2.0.6"
+ s.version = "2.1.0"
4
s.summary = "Socket.IO-client for iOS and OS X"
5
s.description = <<-DESC
6
Socket.IO-client for iOS and OS X.
@@ -12,7 +12,7 @@ Pod::Spec.new do |s|
12
s.author = { "Erik" => "nuclear.ace@gmail.com" }
13
s.ios.deployment_target = '8.0'
14
s.osx.deployment_target = '10.10'
15
- s.source = { :git => "https://github.com/socketio/socket.io-client-swift.git", :tag => 'v2.0.6' }
+ s.source = { :git => "https://github.com/socketio/socket.io-client-swift.git", :tag => 'v2.1.0' }
16
s.source_files = "SocketIOClientSwift/**/*.swift"
17
s.requires_arc = true
18
# s.dependency 'Starscream', '~> 0.9' # currently this repo includes Starscream swift files
0 commit comments