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