blob: 9c7d2d7b1c79afd80f4b8ca7fedf33b8e1293b42 [file] [log] [blame]
{
"name": "XNGMarkdownParser",
"version": "0.3.2",
"summary": "A Markdown NSAttributedString parser.",
"description": " This is a Markdown => NSAttributedString parser built on top\n of a flex parser. It takes an NSString and returns an\n NSAttributedString with markdown tags replaced by CoreText\n formatting attributes.\n",
"social_media_url": "https://twitter.com/xingdevs",
"homepage": "https://github.com/xing/XNGMarkdownParser/",
"license": "Apache License, Version 2.0",
"authors": {
"XING AG": "iosdev@xing.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/xing/XNGMarkdownParser.git",
"tag": "0.3.2"
},
"source_files": "src/*.{h,m,c}",
"requires_arc": true
}