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