blob: 93a6c30d4ab9a06079a5ea6e1b27e9def3cde879 [file] [log] [blame]
{
"name": "OHAttributedLabel",
"version": "3.3.0",
"license": {
"type": "MIT",
"file": "OHAttributedLabel/LICENSE"
},
"summary": "UILabel that supports NSAttributedString.",
"homepage": "https://github.com/AliSoftware/OHAttributedLabel",
"authors": {
"AliSoftware": "olivier.halligon+ae@gmail.com"
},
"source": {
"git": "https://github.com/AliSoftware/OHAttributedLabel.git",
"tag": "3.3.0"
},
"description": "This class allows you to use a UILabel with NSAttributedStrings, in order to display styled text with mixed style (mixed fonts, color, size, ...) in a unique label.",
"platforms": {
"ios": null
},
"source_files": "OHAttributedLabel/**/*.{h,m}",
"frameworks": "CoreText",
"prefix_header_contents": "#define OHATTRIBUTEDLABEL_DEDICATED_PROJECT",
"requires_arc": false
}