blob: 49aba811f28ac7b3a26371f24ac386968515df4d [file] [log] [blame]
{
"name": "SwiftNIOHPACK",
"version": "1.14.1",
"license": {
"type": "Apache 2.0",
"file": "LICENSE.txt"
},
"summary": "Useful code around SwiftNIO.",
"homepage": "https://github.com/apple/swift-nio-http2",
"authors": "Apple Inc.",
"source": {
"git": "https://github.com/apple/swift-nio-http2.git",
"tag": "1.14.1"
},
"documentation_url": "https://apple.github.io/swift-nio-http2/",
"module_name": "NIOHPACK",
"swift_versions": "5.0",
"cocoapods_version": ">=1.6.0",
"platforms": {
"ios": "10.0",
"osx": "10.12",
"tvos": "10.0"
},
"source_files": "Sources/NIOHPACK/**/*.{swift,c,h}",
"dependencies": {
"SwiftNIO": [
">= 2.22.0",
"< 3"
],
"SwiftNIOConcurrencyHelpers": [
">= 2.22.0",
"< 3"
],
"SwiftNIOHTTP1": [
">= 2.22.0",
"< 3"
]
},
"swift_version": "5.0"
}