blob: a6d5bcc00ffdb4119cd1abc20bcbc3d8afff43f4 [file] [log] [blame]
{
"name": "MDHTMLLabel",
"version": "1.0.1",
"license": "MIT",
"summary": "A lightweight, easy to use replacement for UILabel which allows you to fully customize the appearence of text using HTML.",
"homepage": "https://github.com/mattdonnelly/MDHTMLLabel",
"authors": {
"Matt Donnelly": "mattdonnelly@me.com"
},
"source": {
"git": "https://github.com/mattdonnelly/MDHTMLLabel.git",
"tag": "1.0.1"
},
"requires_arc": true,
"platforms": {
"ios": "6.0"
},
"frameworks": [
"CoreText",
"CoreGraphics"
],
"source_files": "MDHTMLLabel/*.{h,m}"
}