blob: 321c75426407b91ed22ff4dd7836a67363464b2e [file] [log] [blame]
{
"name": "DEjson",
"version": "1.0.2",
"summary": "JSON parser and serializer in pure swift.",
"description": "Error resilient JSON parser and serializer in pure swift.\n-> Parses JSON files with minor errors (additional commas, etc.)\n-> Serializes JSON in minified and pretty printed formats",
"homepage": "https://github.com/anfema/DEjson",
"license": {
"type": "BSD",
"file": "LICENSE.txt"
},
"authors": {
"Johannes Schriewer": "j.schriewer@anfe.ma"
},
"social_media_url": "http://twitter.com/dunkelstern",
"platforms": {
"ios": "8.4",
"osx": "10.10"
},
"source": {
"git": "https://github.com/anfema/DEjson.git",
"tag": "1.0.2"
},
"source_files": "Sources/*.swift"
}