blob: 5a8e1e30a535d2c1a4c6ccb337238fbf045dff33 [file] [log] [blame]
{
"name": "ExtendedJson",
"version": "2.0.2",
"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.2"
},
"source_files": "ExtendedJson/ExtendedJson/**/*.swift",
"requires_arc": true,
"dependencies": {
"StitchLogger": [
"~> 2.0.0"
]
}
}