blob: eeb1971acdac9b0d05bd4338887fa2f0c9905508 [file] [log] [blame]
{
"name": "StitchCore",
"version": "2.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"
},
"requires_arc": true,
"source": {
"git": "https://github.com/mongodb/stitch-ios-sdk.git",
"tag": "2.0.2"
},
"source_files": "StitchCore/StitchCore/**/*.swift",
"exclude_files": "StitchCore/StitchCore/Frameworks/Alamofire/**/*",
"dependencies": {
"StitchLogger": [
"~> 2.0.0"
],
"ExtendedJson": [
"~> 2.0.1"
]
},
"pushed_with_swift_version": "4.0"
}