2 "name": "NSAttributedStringMarkdownParser",
4 "summary": "A Markdown NSAttributedString parser.",
5 "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",
6 "homepage": "https://github.com/jverkoey/NSAttributedStringMarkdownParser",
7 "license": "Apache License, Version 2.0",
9 "Jeff Verkoeyen": "jverkoey@gmail.com"
15 "git": "https://github.com/jverkoey/NSAttributedStringMarkdownParser.git",
16 "commit": "aa415d3fa4d6f13c75c13732f39dec55bf83d5d6"
18 "source_files": "src/**/*.{h,m}",