blob: 3e7a7f008ce6a11b482a2e2471a4a630bc80971b [file] [log] [blame]
{
"name": "SwiftNIOTLS",
"version": "1.9.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": "1.9.2"
},
"documentation_url": "https://apple.github.io/swift-nio/docs/current/NIO/index.html",
"module_name": "NIOTLS",
"swift_version": "4.1",
"cocoapods_version": ">=1.1.0",
"platforms": {
"ios": "10.0",
"osx": "10.10",
"tvos": "10.0"
},
"source_files": "Sources/NIOTLS/**/*.{swift,c,h}",
"dependencies": {
"SwiftNIO": [
"1.9.2"
]
}
}