blob: d767c4f408e4e1860284622eebbb2dd4fe0bb98d [file] [log] [blame]
{
"name": "BSON",
"platforms": {
"osx": "10.13",
"ios": "10.0"
},
"version": "6.0.6",
"summary": "A Swift implementation of the BSON specification",
"description": "APIs designed to parse/serialize as well as encode/decode BSON data.",
"swift_version": "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.6"
},
"social_media_url": "https://twitter.com/joannisorlandos",
"source_files": "Sources/BSON/**/*",
"dependencies": {
"SwiftNIO": [
"~> 1.9"
]
}
}