blob: ad1261ff4ae8e87115095d1ea8475c3d23b03877 [file] [log] [blame]
{
"name": "sundown",
"version": "0.1.0",
"summary": "Markdown parser based on the Upskirt library by Natacha Porté. Written in C with a lightweight Objective-C Wrapper.",
"homepage": "https://github.com/Daij-Djan/sundown",
"authors": {
"Dominik Pich": "dominik@pich.info"
},
"license": {
"type": "MIT"
},
"source": {
"git": "https://github.com/Daij-Djan/sundown.git",
"tag": "0.1.0"
},
"source_files": [
"src/*.{h,c,m}",
"html/*.{h,c}"
],
"requires_arc": true
}