blob: 952bc5850a01517139e48985184bb9f59614aa22 [file] [log] [blame]
{
"name": "hoedown",
"version": "2.0.0",
"summary": "Standards compliant, fast, secure markdown processing library in C. A fork of sundown.",
"homepage": "https://github.com/hoedown/hoedown",
"authors": {
"Natacha Porte": "",
"Vicent Marti": "",
"Devin Torres and the Hoedown authors": ""
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/hoedown/hoedown.git",
"tag": "2.0.0"
},
"source_files": "src/*.{h,c,m}",
"requires_arc": false
}