blob: 2454e28f5d97fdaf3af145c98d78866ad8a2063a [file] [log] [blame]
{
"name": "BSON",
"platforms": {
"ios": "11.0",
"osx": "10.13"
},
"version": "6.0.3",
"summary": "A Swift implementation of the BSON specification",
"description": "APIs designed to parse/serialize as well as encode/decode BSON data.",
"swift_versions": "4.2",
"homepage": "https://github.com/OpenKitten/BSON",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"joannis": "joannis@orlandos.nl"
},
"source": {
"git": "https://github.com/OpenKitten/BSON.git",
"tag": "6.0.3"
},
"social_media_url": "https://twitter.com/joannisorlandos",
"source_files": "Sources/BSON/**/*",
"dependencies": {
"SwiftNIO": [
">= 1.9.0"
]
}
}