blob: b2f1fa16cc01036cb41f916f353427fe1f9d51d6 [file] [log] [blame]
{
"name": "OHAttributedLabel",
"version": "3.4.2",
"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.2"
},
"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",
"requires_arc": false
}