blob: e999cf1be81439d46b805a0e416faaec55c062d4 [file] [log] [blame]
{
"name": "XNGMarkdownParser",
"version": "0.2.0",
"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.2.0"
},
"source_files": "src/*.{h,m}",
"dependencies": {
"fmemopen": [
]
},
"requires_arc": true
}