blob: a8a4fc5eb1e4cb1eb2d3cfdcfa67ec54aa5856c0 [file] [log] [blame]
{
"name": "ExtendedJson",
"version": "2.0.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": "2.0.1"
},
"source_files": "ExtendedJson/ExtendedJson/**/*.swift",
"requires_arc": true,
"dependencies": {
"StitchLogger": [
"~> 2.0.0"
]
},
"pushed_with_swift_version": "4.0"
}