blob: eff068b8bbe0fce52357a1484d5dc698c190b825 [file] [log] [blame]
{
"name": "HTMLLabel",
"version": "1.1",
"license": "zlib",
"summary": "HTMLabel is a simple UILabel subclass for displaying basic HTML content (e.g. bold/italic, links, bullet lists) on iOS without the overhead of using a UIWebView.",
"authors": {
"Nick Lockwood": "http://charcoaldesign.co.uk/"
},
"source": {
"git": "https://github.com/nicklockwood/HTMLLabel.git",
"tag": "1.1"
},
"homepage": "http://github.com/nicklockwood/HTMLLabel",
"platforms": {
"ios": "4.3"
},
"source_files": "HTMLLabel",
"requires_arc": true
}