blob: 1a659e9e85016f36abfcebcd7a0c9fd7884ac801 [file] [log] [blame]
{
"name": "MDHTMLLabel",
"version": "0.0.5",
"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": "0.0.5"
},
"requires_arc": true,
"platforms": {
"ios": "6.0"
},
"frameworks": [
"CoreText",
"CoreGraphics"
],
"source_files": "MDHTMLLabel/*.{h,m}"
}