blob: 7406c92b79af6319de4821a98af99c2efdf35bc1 [file] [log] [blame]
{
"name": "MongoMobile",
"version": "0.0.7",
"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.7"
},
"platforms": {
"ios": "11.0",
"tvos": "10.2",
"watchos": "4.3"
},
"requires_arc": true,
"source_files": [
"Sources/MongoMobile/**/*.swift"
],
"dependencies": {
"MongoSwift": [
"~> 0.0.9"
],
"mongoc_embedded": [
"~> 4.0.4"
],
"mongo_embedded": [
"~> 4.0.4"
]
},
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "Tests/MongoMobileTests/*.swift"
}
]
}