blob: a35560e33c041bf3560eed3165652bcb812e16d7 [file] [log] [blame]
{
"name": "StitchCore",
"version": "0.2.0",
"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": "0.2.0"
},
"source_files": "StitchCore/StitchCore/**/*.swift",
"exclude_files": "StitchCore/StitchCore/Frameworks/Alamofire/**/*",
"dependencies": {
"StitchLogger": [
"~> 0.2.0"
],
"ExtendedJson": [
"~> 0.2.0"
],
"Alamofire": [
"~> 4.5"
]
},
"pushed_with_swift_version": "4.0"
}