2 "name": "TTTAttributedLabel",
7 "summary": "A drop-in replacement for UILabel that supports NSAttributedStrings.",
8 "homepage": "https://github.com/mattt/TTTAttributedLabel",
10 "Mattt Thompson": "m@mattt.me"
13 "git": "https://github.com/mattt/TTTAttributedLabel.git",
20 "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.",
21 "source_files": "TTTAttributedLabel.{h,m}",