[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / e / 8 / 6 / SwiftNIO / 2.32.0 / SwiftNIO.podspec.json
blobff7b8baf66c326b8d590f34845e3449a293d54cb
2   "name": "SwiftNIO",
3   "version": "2.32.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.32.0"
14   },
15   "documentation_url": "https://apple.github.io/swift-nio/docs/current/NIO/index.html",
16   "module_name": "NIO",
17   "swift_versions": "5.2",
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/NIO/**/*.{swift,c,h}",
26   "dependencies": {
27     "SwiftNIOCore": [
28       "2.32.0"
29     ],
30     "SwiftNIOEmbedded": [
31       "2.32.0"
32     ],
33     "SwiftNIOPosix": [
34       "2.32.0"
35     ]
36   },
37   "swift_version": "5.2"