[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / e / 8 / 6 / SwiftNIO / 1.13.0 / SwiftNIO.podspec.json
blob428dd8ea1a6ec335092d39fc91e045429c50e0ba
2   "name": "SwiftNIO",
3   "version": "1.13.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": "1.13.0"
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.13.0"
28     ],
29     "CNIODarwin": [
30       "1.13.0"
31     ],
32     "SwiftNIOConcurrencyHelpers": [
33       "1.13.0"
34     ],
35     "CNIOAtomics": [
36       "1.13.0"
37     ],
38     "CNIOSHA1": [
39       "1.13.0"
40     ]
41   }