blob: 441ee4103785d22eab73000914f17b3511660371 [file] [log] [blame]
{
"name": "SwiftNIOHPACK",
"version": "1.12.3",
"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.12.3"
},
"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.19.0",
"< 3"
],
"SwiftNIOConcurrencyHelpers": [
">= 2.19.0",
"< 3"
],
"SwiftNIOHTTP1": [
">= 2.19.0",
"< 3"
]
},
"swift_version": "5.0"
}