We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 777f6e2 commit b86e787Copy full SHA for b86e787
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 = "10.0.0"
+ s.version = "10.0.1"
5
s.summary = "Socket.IO-client for iOS and OS X"
6
s.description = <<-DESC
7
Socket.IO-client for iOS and OS X.
@@ -14,7 +14,7 @@ Pod::Spec.new do |s|
14
s.ios.deployment_target = '8.0'
15
s.osx.deployment_target = '10.10'
16
s.tvos.deployment_target = '9.0'
17
- s.source = { :git => "https://github.com/socketio/socket.io-client-swift.git", :tag => 'v10.0.0' }
+ s.source = { :git => "https://github.com/socketio/socket.io-client-swift.git", :tag => 'v10.0.1' }
18
s.source_files = "Source/**/*.swift"
19
s.requires_arc = true
20
s.pod_target_xcconfig = {'SWIFT_VERSION' => '3.1'}
0 commit comments