blob: c0f30b308f6643e951376238f27fa3bda411a66f [file] [log] [blame]
{
"name": "MongoMobile",
"version": "0.0.4",
"summary": "An embedded version of MongoDB for mobile",
"homepage": "https://github.com/mongodb/swift-mongo-mobile",
"license": "AGPL 3.0",
"authors": {
"Matt Broadstone": "mbroadst@mongodb.com"
},
"source": {
"git": "https://github.com/mongodb/swift-mongo-mobile.git",
"tag": "v0.0.3"
},
"platforms": {
"ios": "11.0",
"tvos": "10.2",
"watchos": "4.3"
},
"requires_arc": true,
"source_files": [
"Sources/MongoMobile/**/*.swift"
],
"dependencies": {
"MongoSwift": [
"~> 0.0.6"
],
"mongoc_embedded": [
"~> 4.0.3-107-g0b0aac7"
],
"mongo_embedded": [
"~> 4.0.3-107-g0b0aac7"
]
}
}