blob: ebacb660aaeea47db9d38d862fb0c9e976c5ee30 [file] [log] [blame]
{
"name": "TSMarkdownParser",
"version": "2.0.3",
"summary": "A markdown to NSAttributedString parser for iOS and OSX",
"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.",
"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",
"osx": "10.7"
},
"source": {
"git": "https://github.com/laptobbe/TSMarkdownParser.git",
"tag": "2.0.3"
},
"source_files": "TSMarkdownParser/**/*.{h,m}",
"requires_arc": true,
"ios": {
"frameworks": "UIKit"
},
"tvos": {
"frameworks": "UIKit"
}
}