blob: 1fa62ce4aa74590dc5946c1916883c17ded90c82 [file] [log] [blame]
{
"name": "ExtendedJson",
"version": "0.1.1",
"summary": "A helper library to serialize and de-serialize Extended JSON to communicate with MongoDB's BaaS.",
"license": {
"type": "Apache 2",
"file": "./LICENSE"
},
"platforms": {
"ios": "9.0"
},
"authors": "MongoDB",
"homepage": "https://stitch.mongodb.com",
"source": {
"git": "https://github.com/mongodb/stitch-ios-sdk.git",
"tag": "0.1.1"
},
"source_files": "ExtendedJson/ExtendedJson/**/*.swift",
"requires_arc": true,
"dependencies": {
"StitchLogger": [
"~> 0.1.0"
]
},
"pushed_with_swift_version": "3.2"
}