blob: 9020ba3f4e5baa78b54710267484c6e3f0d1874b [file] [log] [blame]
{
"name": "StitchCore",
"version": "3.0.2",
"authors": "MongoDB",
"homepage": "https://mongodb.com/cloud/stitch",
"summary": "An SDK to use MongoDB's Stitch Core features.",
"license": {
"type": "Apache 2",
"file": "./LICENSE"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/mongodb/stitch-ios-sdk.git",
"tag": "3.0.2",
"submodules": true
},
"source_files": "StitchCore/StitchCore/**/*.swift",
"requires_arc": true,
"dependencies": {
"PromiseKit/CorePromise": [
"~> 6.1.0"
],
"StitchLogger": [
"~> 2.0.0"
],
"ExtendedJson": [
"~> 2.0.2"
]
}
}