blob: c4261f8c73a92359291f6d2efb77f5c55a7f5e40 [file] [log] [blame]
{
"name": "NORMarkdownParser",
"version": "0.1.2",
"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.2",
"submodules": true
},
"frameworks": "Foundation",
"requires_arc": true,
"source_files": [
"hoedown/**/*.{h,c}",
"NORMarkdownParser/*.{h,m}"
]
}