[Add] AlibabacloudEcs20140526 3.0.0
[CocoaPods.git] / Specs / e / 8 / 6 / SwiftNIO / 2.15.0 / SwiftNIO.podspec.json
blobca6da16def8fb958f6a34679ec797c9c703260ce
2   "name": "SwiftNIO",
3   "version": "2.15.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.15.0"
14   },
15   "documentation_url": "https://apple.github.io/swift-nio/docs/current/NIO/index.html",
16   "module_name": "NIO",
17   "swift_versions": "5.0",
18   "cocoapods_version": ">=1.6.0",
19   "platforms": {
20     "ios": "10.0",
21     "osx": "10.10",
22     "tvos": "10.0"
23   },
24   "source_files": "Sources/NIO/**/*.{swift,c,h}",
25   "dependencies": {
26     "CNIOLinux": [
27       "2.15.0"
28     ],
29     "CNIODarwin": [
30       "2.15.0"
31     ],
32     "SwiftNIOConcurrencyHelpers": [
33       "2.15.0"
34     ],
35     "CNIOAtomics": [
36       "2.15.0"
37     ],
38     "CNIOSHA1": [
39       "2.15.0"
40     ]
41   },
42   "swift_version": "5.0"