blob: 72aac821b3e5cd06e9c3e4161263eaaa7985c59d [file] [log] [blame]
{
"name": "BlazeHTMLCell",
"version": "0.0.7",
"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.7"
},
"source_files": "BlazeHTMLCell/*.{h,m}",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"dependencies": {
"Blaze": [
],
"DTCoreText": [
],
"TTTAttributedLabel": [
]
}
}