blob: b63f33a11bb1abfc33f7a90dcc2db62180888fb3 [file] [log] [blame]
{
"name": "NORMarkdownParser",
"version": "0.1",
"summary": "A simple Markdown to NSAttributedString parser using hoedown",
"description": " A lightweight wrapper around hoedown, a fast C Markdown parser. The goal is to produce NSAttributedStrings which are suitable for presentation in custom controls or places where full-blown HTML rendering is not desired, such as chat/comment/posting interfaces in applications.\n",
"homepage": "https://github.com/henrinormak/NORMarkdownParser",
"license": {
"type": "MIT"
},
"authors": {
"Henri Normak": "henri.normak@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/henrinormak/NORMarkdownParser.git",
"tag": "0.1",
"submodules": true
},
"frameworks": "Foundation",
"requires_arc": true,
"header_dir": "",
"source_files": [
"hoedown/**/*.{h,c}",
"NORMarkdownParser/*.{h,m}"
]
}