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