blob: a550018fa2d5084814456d2b1acb3905c93a5cb7 [file] [log] [blame]
{
"name": "MongoSwift",
"version": "0.1.3",
"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",
"Patrick Freed": "patrick.freed@mongodb.com"
},
"source": {
"git": "https://github.com/mongodb/mongo-swift-driver.git",
"tag": "v0.1.3"
},
"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"
]
}
}