blob: 6b8453069a097e58f4cd2e8cc36aae7775c14dcf [file] [log] [blame]
{
"name": "StitchCore",
"version": "2.0.3",
"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.3"
},
"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"
}