blob: 51f48f14ba062a73df5977fe6ef44d9a67cbab03 [file] [log] [blame]
{
"name": "TTTAttributedLabel",
"version": "1.1.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"
},
"source": {
"git": "https://github.com/mattt/TTTAttributedLabel.git",
"tag": "1.1.0"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"description": "TTTAttributedLabel is a drop-in replacement for UILabel that supports NSAttributedStrings. NSAttributedString is pretty rad. When it was ported into iOS 4 from Mac OS, iPhone developers everywhere rejoiced. Unfortunately, as of iOS 4 none of the standard controls in UIKit support it. Bummer. TTTAttributedLabel was created to be a drop-in replacement for UILabel, that provided a simple API to styling text with NSAttributedString while remaining performant. As a bonus, 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
}