blob: fee8c33421ba91d6995900ec48e557adbda64e34 [file] [log] [blame]
{
"name": "StitchCore",
"version": "0.1.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.1.0"
},
"source_files": "StitchCore/StitchCore/**/*.swift",
"exclude_files": "StitchCore/StitchCore/Frameworks/Alamofire/**/*",
"dependencies": {
"StitchLogger": [
"~> 0.1.0"
],
"ExtendedJson": [
"~> 0.1.0"
],
"Alamofire": [
"~> 4.3.0"
]
},
"pushed_with_swift_version": "3.0"
}