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

Commit 6637ccf

Browse files
committed
tvOS, fixes #29, bump 2.5.0
1 parent 1cd7827 commit 6637ccf

1 file changed

Lines changed: 14 additions & 15 deletions

File tree

SwiftWebSocket.podspec

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
Pod::Spec.new do |s|
2-
s.name = "SwiftWebSocket"
3-
s.version = "2.4.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.4.4" }
8-
s.authors = { 'Josh Baker' => 'joshbaker77@gmail.com' }
9-
s.social_media_url = "https://twitter.com/tidwall"
10-
s.ios.platform = :ios, '8.0'
11-
s.ios.deployment_target = "8.0"
12-
s.osx.platform = :osx, '10.9'
13-
s.osx.deployment_target = "10.9"
14-
s.source_files = "Source/*.swift"
15-
s.requires_arc = true
16-
s.libraries = 'z'
2+
s.name = "SwiftWebSocket"
3+
s.version = "2.5.0"
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.5.0" }
8+
s.authors = { 'Josh Baker' => 'joshbaker77@gmail.com' }
9+
s.social_media_url = "https://twitter.com/tidwall"
10+
s.ios.deployment_target = "8.0"
11+
s.osx.deployment_target = "10.9"
12+
s.tvos.deployment_target = "9.0"
13+
s.source_files = "Source/*.swift"
14+
s.requires_arc = true
15+
s.libraries = 'z'
1716
end

0 commit comments

Comments
 (0)