[Add] RegulaCommonNightly 7.5.947
[CocoaPods.git] / Specs / 2 / 4 / 6 / SwiftNIOWebSocket / 2.40.0 / SwiftNIOWebSocket.podspec.json
bloba69f730c603991f6c3126a68dfd1305531b3cfd9
2   "name": "SwiftNIOWebSocket",
3   "version": "2.40.0",
4   "license": {
5     "type": "Apache 2.0",
6     "file": "LICENSE.txt"
7   },
8   "summary": "Event-driven network application framework for high performance protocol servers & clients, non-blocking.",
9   "homepage": "https://github.com/apple/swift-nio",
10   "authors": "Apple Inc.",
11   "source": {
12     "git": "https://github.com/apple/swift-nio.git",
13     "tag": "2.40.0"
14   },
15   "documentation_url": "https://apple.github.io/swift-nio/docs/current/NIOCore/index.html",
16   "module_name": "NIOWebSocket",
17   "swift_versions": "5.4",
18   "cocoapods_version": ">=1.6.0",
19   "platforms": {
20     "ios": "10.0",
21     "osx": "10.10",
22     "tvos": "10.0",
23     "watchos": "6.0"
24   },
25   "source_files": "Sources/NIOWebSocket/**/*.{swift,c,h}",
26   "dependencies": {
27     "CNIOWindows": [
28       "2.40.0"
29     ],
30     "SwiftNIOConcurrencyHelpers": [
31       "2.40.0"
32     ],
33     "CNIOLinux": [
34       "2.40.0"
35     ],
36     "_NIODataStructures": [
37       "2.40.0"
38     ],
39     "SwiftNIOHTTP1": [
40       "2.40.0"
41     ],
42     "CNIOHTTPParser": [
43       "2.40.0"
44     ],
45     "SwiftNIO": [
46       "2.40.0"
47     ],
48     "CNIOSHA1": [
49       "2.40.0"
50     ],
51     "SwiftNIOEmbedded": [
52       "2.40.0"
53     ],
54     "SwiftNIOCore": [
55       "2.40.0"
56     ],
57     "SwiftNIOPosix": [
58       "2.40.0"
59     ],
60     "CNIOAtomics": [
61       "2.40.0"
62     ],
63     "CNIODarwin": [
64       "2.40.0"
65     ]
66   },
67   "swift_version": "5.4"