blob: 7ccbee19f929519a64e2941480b7642c70430bc1 [file] [log] [blame]
{
"name": "BlazeMarkdownCell",
"version": "0.0.1",
"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.1"
},
"source_files": "BlazeMarkdownCell/**/*.{h,m}",
"platforms": {
"ios": null
},
"requires_arc": true,
"dependencies": {
"Blaze": [
],
"TTTAttributedLabel": [
]
}
}