blob: b86ace643c6521919d253dd689d4f8e1b51ddbe8 [file] [log] [blame]
{
"name": "MongoSwift",
"version": "0.0.6",
"summary": "The Swift driver for MongoDB",
"homepage": "https://github.com/mongodb/mongo-swift-driver",
"license": "Apache License, Version 2.0",
"authors": {
"Matt Broadstone": "mbroadst@mongodb.com",
"Kaitlin Mahar": "kaitlin.mahar@mongodb.com",
"Jeremy Mikola": "jmikola@mongodb.com"
},
"source": {
"git": "https://github.com/mongodb/mongo-swift-driver.git",
"tag": "v0.0.6"
},
"platforms": {
"ios": "11.0",
"tvos": "10.2",
"watchos": "4.3"
},
"requires_arc": true,
"source_files": "Sources/MongoSwift/**/*.swift",
"dependencies": {
"mongo-embedded-c-driver": [
"~> 1.13.0-4.0.3-107-g0b0aac7"
]
}
}