blob: e159b2102b82c2eeb2a948e589fba1f65ddef022 [file] [log] [blame]
{
"name": "VaporCoreBits",
"version": "3.4.4",
"summary": "Vapor helpers for bit manipulation",
"description": "Extensions on Vapor bit types to do things like extract other types from ByteBuffers",
"homepage": "https://github.com/vapor/core",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tanner Nelson": ""
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/twof/core.git",
"branch": "master"
},
"module_name": "Bits",
"swift_version": "4.2",
"source_files": "Sources/Bits/**/*.swift",
"exclude_files": [
"Pods/**"
],
"dependencies": {
"VaporCoreDebugging": [
],
"SwiftNIO": [
]
}
}