blob: 0c959553212c1cb705a8d76923e0ae388311c170 [file] [log] [blame]
{
"name": "SwiftNIOHPACK",
"version": "1.12.0",
"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.0"
},
"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.17.0"
],
"SwiftNIOConcurrencyHelpers": [
"2.17.0"
],
"SwiftNIOHTTP1": [
"2.17.0"
]
},
"swift_version": "5.0"
}