blob: e1548fb349ab1ec849a550230ff95c209c0191fa [file] [log] [blame]
{
"name": "hoedown",
"version": "3.0.1",
"summary": "Standards compliant, fast, secure markdown processing library in C. A fork of sundown.",
"homepage": "https://github.com/hoedown/hoedown",
"license": "MIT",
"authors": {
"Natacha Porte": "",
"Vincent Marti": "",
"Devin Torres and the hoedown authors": "devin@devintorr.es",
"Clemens Gruber (podspec)": "clemensgru@gmail.com"
},
"source": {
"git": "https://github.com/hoedown/hoedown.git",
"tag": "3.0.1"
},
"requires_arc": false,
"default_subspecs": "standard",
"subspecs": [
{
"name": "standard",
"source_files": "src/*.{c,h}"
}
]
}