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