blob: 675721574891f6bef1720e450008a9bc5b3ce2d0 [file] [log] [blame]
{
"name": "MongoDBService",
"version": "2.0.0",
"summary": "An SDK to use the MongoDB service of the MongoDB's Baas.",
"license": {
"type": "Apache 2",
"file": "./LICENSE"
},
"platforms": {
"ios": "9.0"
},
"authors": "MongoDB",
"homepage": "https://stitch.mongodb.com",
"source": {
"git": "https://github.com/mongodb/stitch-ios-sdk.git",
"tag": "2.0.0"
},
"source_files": "MongoDBService/MongoDBService/**/*.swift",
"requires_arc": true,
"dependencies": {
"StitchLogger": [
"~> 2.0.0"
],
"ExtendedJson": [
"~> 2.0.0"
],
"StitchCore": [
"~> 2.0.0"
]
},
"pushed_with_swift_version": "4.0"
}