Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
2.6.6
  • Loading branch information
xareelee committed Sep 10, 2018
commit 22665ad2780ba513a7d385a616cb88c1065b4561
4 changes: 2 additions & 2 deletions SwiftWebSocket.podspec
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Pod::Spec.new do |s|
s.name = "SwiftWebSocket"
s.version = "2.6.5"
s.version = "2.6.6"
s.summary = "A high performance WebSocket client library for Swift."
s.homepage = "https://github.com/tidwall/SwiftWebSocket"
s.license = { :type => "Attribution License", :file => "LICENSE" }
s.source = { :git => "https://github.com/tidwall/SwiftWebSocket.git", :tag => "2.6.5" }
s.source = { :git => "https://github.com/tidwall/SwiftWebSocket.git", :tag => "2.6.6" }
s.authors = { 'Josh Baker' => '[email protected]' }
s.social_media_url = "https://twitter.com/tidwall"
s.ios.deployment_target = "8.0"
Expand Down