blob: 4d6585299ceb3335ae280c9ffcaec4839670c503 [file] [log] [blame]
{
"name": "SwiftNIO",
"version": "2.20.2",
"license": {
"type": "Apache 2.0",
"file": "LICENSE.txt"
},
"summary": "Event-driven network application framework for high performance protocol servers & clients, non-blocking.",
"homepage": "https://github.com/apple/swift-nio",
"authors": "Apple Inc.",
"source": {
"git": "https://github.com/apple/swift-nio.git",
"tag": "2.20.2"
},
"documentation_url": "https://apple.github.io/swift-nio/docs/current/NIO/index.html",
"module_name": "NIO",
"swift_versions": "5.0",
"cocoapods_version": ">=1.6.0",
"platforms": {
"ios": "10.0",
"osx": "10.10",
"tvos": "10.0"
},
"source_files": "Sources/NIO/**/*.{swift,c,h}",
"dependencies": {
"CNIOLinux": [
"2.20.2"
],
"CNIODarwin": [
"2.20.2"
],
"SwiftNIOConcurrencyHelpers": [
"2.20.2"
],
"CNIOAtomics": [
"2.20.2"
],
"CNIOSHA1": [
"2.20.2"
]
},
"swift_version": "5.0"
}