blob: 71b5c62051a80fb1af279b6a5d3388427910f810 [file] [log] [blame]
{
"name": "SwiftNIOHTTP1",
"version": "2.32.0",
"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.32.0"
},
"documentation_url": "https://apple.github.io/swift-nio/docs/current/NIO/index.html",
"module_name": "NIOHTTP1",
"swift_versions": "5.2",
"cocoapods_version": ">=1.6.0",
"platforms": {
"ios": "10.0",
"osx": "10.10",
"tvos": "10.0",
"watchos": "6.0"
},
"source_files": "Sources/NIOHTTP1/**/*.{swift,c,h}",
"dependencies": {
"SwiftNIO": [
"2.32.0"
],
"SwiftNIOCore": [
"2.32.0"
],
"SwiftNIOConcurrencyHelpers": [
"2.32.0"
],
"CNIOHTTPParser": [
"2.32.0"
]
},
"swift_version": "5.2"
}