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