[Add] AlibabacloudEcs20140526 3.0.0
[CocoaPods.git] / Specs / e / 8 / 6 / SwiftNIO / 1.9.2 / SwiftNIO.podspec.json
blobfbed6e6bf7aa1fbd27dd434512ce6e3fd95d6030
2   "name": "SwiftNIO",
3   "version": "1.9.2",
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": "1.9.2"
14   },
15   "documentation_url": "https://apple.github.io/swift-nio/docs/current/NIO/index.html",
16   "module_name": "NIO",
17   "swift_version": "4.1",
18   "cocoapods_version": ">=1.1.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       "1.9.2"
28     ],
29     "CNIODarwin": [
30       "1.9.2"
31     ],
32     "SwiftNIOConcurrencyHelpers": [
33       "1.9.2"
34     ],
35     "CNIOAtomics": [
36       "1.9.2"
37     ],
38     "CNIOSHA1": [
39       "1.9.2"
40     ]
41   }