blob: 7419827eb441c9f9a95b4060593618278bfb7c24 [file] [log] [blame]
{
"name": "MongoDBService",
"version": "3.0.2",
"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": "3.0.2"
},
"source_files": "MongoDBService/MongoDBService/**/*.swift",
"requires_arc": true,
"dependencies": {
"PromiseKit/CorePromise": [
"~> 6.1.0"
],
"StitchLogger": [
"~> 2.0.0"
],
"ExtendedJson": [
"~> 2.0.2"
],
"StitchCore": [
"~> 3.0.2"
]
}
}