blob: 437c8f97c4e7377b78c42251a393d7f8591b93a9 [file] [log] [blame]
{
"name": "TSMarkdownParser",
"version": "2.1.5",
"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",
"Antoine Cœur": ""
},
"social_media_url": "https://twitter.com/laptobbe",
"platforms": {
"ios": "6.0",
"tvos": "9.0",
"osx": "10.7"
},
"source": {
"git": "https://github.com/laptobbe/TSMarkdownParser.git",
"tag": "2.1.5"
},
"source_files": "TSMarkdownParser/**/*.{h,m}",
"requires_arc": true,
"ios": {
"frameworks": "UIKit"
},
"tvos": {
"frameworks": "UIKit"
}
}