Skip to content

Commit 6c15a4c

Browse files
committed
2.6.4
1 parent a3ff129 commit 6c15a4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SwiftWebSocket.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
Pod::Spec.new do |s|
22
s.name = "SwiftWebSocket"
3-
s.version = "2.6.3"
3+
s.version = "2.6.4"
44
s.summary = "A high performance WebSocket client library for Swift."
55
s.homepage = "https://github.com/tidwall/SwiftWebSocket"
66
s.license = { :type => "Attribution License", :file => "LICENSE" }
7-
s.source = { :git => "https://github.com/tidwall/SwiftWebSocket.git", :tag => "2.6.3" }
7+
s.source = { :git => "https://github.com/tidwall/SwiftWebSocket.git", :tag => "2.6.4" }
88
s.authors = { 'Josh Baker' => 'joshbaker77@gmail.com' }
99
s.social_media_url = "https://twitter.com/tidwall"
1010
s.ios.deployment_target = "8.0"

0 commit comments

Comments
 (0)