blob: 95bbe657831a97a3b635e273a8c2d1b5a6e1bd0e [file] [log] [blame]
{
"name": "MongoDBService",
"version": "0.2.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": "0.2.0"
},
"source_files": "MongoDBService/MongoDBService/**/*.swift",
"requires_arc": true,
"dependencies": {
"StitchLogger": [
"~> 0.2.0"
],
"ExtendedJson": [
"~> 0.2.0"
],
"StitchCore": [
"~> 0.2.0"
]
},
"pushed_with_swift_version": "4.0"
}