blob: 5b68e1d59ed954563e555a9ee7618b7cdf077046 [file] [log] [blame]
{
"name": "TSMarkdownParser",
"version": "1.0.1",
"summary": "A markdown to NSAttributedString parser for iOS",
"description": "\t\tTSMarkdownParser is a markdown to NSAttributedString parser for iOS implemented using NSRegularExpressions. \n\t\tIt supports many of the standard tags layed out by John Gruber on his site [Daring Fireball](http://daringfireball.net/projects/markdown/syntax). \n\t\tIt 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.\n",
"homepage": "https://github.com/laptobbe/TSMarkdownParser",
"license": "MIT",
"authors": {
"Tobias Sundstrand": "tobias.sundstrand@gmail.com"
},
"social_media_url": "http://twitter.com/laptobbe",
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/laptobbe/TSMarkdownParser.git",
"tag": "1.0.1"
},
"source_files": "TSMarkdownParser/**/*.{h,m}",
"requires_arc": true
}