blob: 319b772ec095f81920c79f95bffad94eaa2aa125 [file] [log] [blame]
{
"name": "BlazeMarkdownCell",
"version": "0.0.5",
"summary": "Markdown-cell addition to Blaze",
"license": "MIT",
"description": "Useful Markdown-cell addition to Blaze, using TSMarkdownParser and TTTAttributedLabel for performance and link checking",
"homepage": "https://github.com/BobDG/Blaze-MarkdownCell",
"authors": {
"Bob de Graaf": "graafict@gmail.com"
},
"source": {
"git": "https://github.com/BobDG/Blaze-MarkdownCell.git",
"tag": "0.0.5"
},
"source_files": "BlazeMarkdownCell/**/*.{h,m}",
"platforms": {
"ios": null
},
"requires_arc": true,
"dependencies": {
"Blaze": [
],
"TTTAttributedLabel": [
]
}
}