blob: 30df597f6783d005aaeae287fd0f67b14b09b748 [file] [log] [blame]
{
"name": "MongoSwift",
"version": "0.0.9",
"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.9"
},
"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.0"
]
}
}