blob: 54607b0c0019ead9a0b5d38e9b01ea135beafc21 [file] [log] [blame]
{
"name": "TSMarkdownParser",
"version": "1.0.19",
"summary": "A markdown to NSAttributedString parser for iOS",
"description": "TSMarkdownParser is a markdown to NSAttributedString parser for iOS 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.",
"homepage": "https://github.com/laptobbe/TSMarkdownParser",
"license": "MIT",
"authors": {
"Tobias Sundstrand": "tobias.sundstrand@gmail.com"
},
"social_media_url": "http://twitter.com/laptobbe",
"platforms": {
"ios": "6.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/laptobbe/TSMarkdownParser.git",
"tag": "1.0.19"
},
"source_files": "TSMarkdownParser/**/*.{h,m}",
"requires_arc": true,
"frameworks": "UIKit"
}