diff --git a/SwiftWebSocket.podspec b/SwiftWebSocket.podspec index 5fd467f..0a5ec97 100644 --- a/SwiftWebSocket.podspec +++ b/SwiftWebSocket.podspec @@ -1,10 +1,10 @@ Pod::Spec.new do |s| s.name = "SwiftWebSocket" - s.version = "2.5.0" + s.version = "2.6.0" 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.5.0" } + s.source = { :git => "https://github.com/tidwall/SwiftWebSocket.git", :tag => "2.6.0" } s.authors = { 'Josh Baker' => 'joshbaker77@gmail.com' } s.social_media_url = "https://twitter.com/tidwall" s.ios.deployment_target = "8.0"