blob: 7987ecade15bb2919eaf9bb51694b8c49f80aa79 [file] [log] [blame]
{
"name": "OHAttributedLabel",
"version": "3.4.1",
"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.4.1"
},
"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.\n It also provides a `NSAttributedString` category with a lot of commodity methods to change its various style & fonts, and some easy to use parsers to build your complex `NSAttributedStrings` (containing various/mixed styles) very easily.",
"platforms": {
"ios": null
},
"source_files": "OHAttributedLabel/**/*.{h,m}",
"frameworks": "CoreText",
"prefix_header_contents": "#define OHATTRIBUTEDLABEL_DEDICATED_PROJECT",
"requires_arc": false
}