blob: 6de4998add398c32a004a86308ceccb49edef67f [file] [log] [blame]
{
"name": "OHAttributedLabel",
"version": "3.5.1",
"license": {
"type": "MIT",
"file": "OHAttributedLabel/LICENSE"
},
"platforms": {
"ios": null
},
"summary": "UILabel that supports NSAttributedString.",
"description": " \t\t\tThis class allows you to use a `UILabel` with `NSAttributedStrings`, in order\n \t\t \t to display styled text with mixed style (mixed fonts, color, size, ...)\n \t\t\t in a unique label.\n\t\t It also provides a `NSAttributedString` category with a lot of commodity methods\n\t\t to change its various style & fonts, and some easy to use parsers to build\n\t\t your complex `NSAttributedStrings` (containing various/mixed styles) very easily.\n",
"homepage": "https://github.com/AliSoftware/OHAttributedLabel",
"authors": {
"AliSoftware": "olivier.halligon+ae@gmail.com"
},
"source": {
"git": "https://github.com/AliSoftware/OHAttributedLabel.git",
"tag": "3.5.1"
},
"source_files": [
"OHAttributedLabel/Source/*.{h,m}",
"OHAttributedLabel/PrivateUtils/*.{h,m}",
"OHAttributedLabel/TagParsers/*.{h,m}"
],
"public_header_files": [
"OHAttributedLabel/Source/*.h",
"OHAttributedLabel/TagParsers/*.h"
],
"frameworks": "CoreText",
"requires_arc": true
}