blob: 8a993b73dee270a5a0eff6973489ff2968cb2309 [file] [log] [blame]
{
"name": "BlazeMarkdownCell",
"version": "0.0.15",
"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.15"
},
"source_files": "BlazeMarkdownCell/**/*.{h,m}",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"dependencies": {
"Blaze": [
],
"TTTAttributedLabel": [
]
}
}