blob: df4f791cbf344cdf4533c3aab9947db4dea8ef4d [file] [log] [blame]
{
"name": "MongoDBODM",
"version": "0.1.0",
"summary": "An ODM wrapper for using Stitch's MongoDB service.",
"homepage": "https://stitch.mongodb.com",
"license": {
"type": "Apache 2",
"file": "./LICENSE"
},
"authors": "MongoDB",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/mongodb/stitch-ios-sdk.git",
"tag": "0.1.0"
},
"source_files": "MongoDBODM/MongoDBODM/**/*.swift",
"requires_arc": true,
"dependencies": {
"StitchLogger": [
"~> 0.1.0"
],
"ExtendedJson": [
"~> 0.1.0"
],
"StitchCore": [
"~> 0.1.0"
],
"MongoDBService": [
"~> 0.1.0"
]
},
"pushed_with_swift_version": "3.0"
}