blob: 8755281b89c70cff807b8408f337be3b02b1ba97 [file] [log] [blame]
{
"name": "TTTAttributedLabel",
"version": "1.2.0",
"platforms": {
"ios": null
},
"summary": "A drop-in replacement for UILabel that supports NSAttributedStrings.",
"homepage": "https://github.com/mattt/TTTAttributedLabel",
"authors": {
"Mattt Thompson": "m@mattt.me"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/mattt/TTTAttributedLabel.git",
"tag": "1.2.0"
},
"description": "TTTAttributedLabel is a drop-in replacement for UILabel that supports NSAttributedStrings. It also supports link embedding, both automatically with UIDataDetectorTypes and manually by specifying a range for a URL, address, phone number, or event.",
"source_files": "TTTAttributedLabel.{h,m}",
"requires_arc": false
}