Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
tvOS, fixes #29, bump 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tidwall committed Jan 28, 2016
1 parent 1cd7827 commit 6637ccf
Showing 1 changed file with 14 additions and 15 deletions.
29 changes: 14 additions & 15 deletions SwiftWebSocket.podspec
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
Pod::Spec.new do |s|
s.name = "SwiftWebSocket"
s.version = "2.4.4"
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.4.4" }
s.authors = { 'Josh Baker' => 'joshbaker77@gmail.com' }
s.social_media_url = "https://twitter.com/tidwall"
s.ios.platform = :ios, '8.0'
s.ios.deployment_target = "8.0"
s.osx.platform = :osx, '10.9'
s.osx.deployment_target = "10.9"
s.source_files = "Source/*.swift"
s.requires_arc = true
s.libraries = 'z'
s.name = "SwiftWebSocket"
s.version = "2.5.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.authors = { 'Josh Baker' => 'joshbaker77@gmail.com' }
s.social_media_url = "https://twitter.com/tidwall"
s.ios.deployment_target = "8.0"
s.osx.deployment_target = "10.9"
s.tvos.deployment_target = "9.0"
s.source_files = "Source/*.swift"
s.requires_arc = true
s.libraries = 'z'
end

0 comments on commit 6637ccf

Please sign in to comment.