2 "name": "TSMarkdownParser",
4 "summary": "A markdown to NSAttributedString parser for iOS and OSX",
5 "description": "TSMarkdownParser is a markdown to NSAttributedString parser for iOS, TVOS and OSX implemented using NSRegularExpressions. \nIt supports many of the standard tags layed out by John Gruber on his site [Daring Fireball](http://daringfireball.net/projects/markdown/syntax). \nIt is also very extendable via Regular Expressions making it easy to add your own custom tags or a totally different parsing syntax if you like.",
6 "homepage": "https://github.com/laptobbe/TSMarkdownParser",
9 "Tobias Sundstrand": "tobias.sundstrand@gmail.com",
12 "social_media_url": "https://twitter.com/laptobbe",
19 "git": "https://github.com/laptobbe/TSMarkdownParser.git",
22 "source_files": "TSMarkdownParser/**/*.{h,m}",