|
1 | 1 | 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' |
17 | 16 | end |
0 commit comments