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 a3ff129 commit 6c15a4cCopy full SHA for 6c15a4c
SwiftWebSocket.podspec
@@ -1,10 +1,10 @@
1
Pod::Spec.new do |s|
2
s.name = "SwiftWebSocket"
3
- s.version = "2.6.3"
+ s.version = "2.6.4"
4
s.summary = "A high performance WebSocket client library for Swift."
5
s.homepage = "https://github.com/tidwall/SwiftWebSocket"
6
s.license = { :type => "Attribution License", :file => "LICENSE" }
7
- s.source = { :git => "https://github.com/tidwall/SwiftWebSocket.git", :tag => "2.6.3" }
+ s.source = { :git => "https://github.com/tidwall/SwiftWebSocket.git", :tag => "2.6.4" }
8
s.authors = { 'Josh Baker' => 'joshbaker77@gmail.com' }
9
s.social_media_url = "https://twitter.com/tidwall"
10
s.ios.deployment_target = "8.0"
0 commit comments