blob: 710ee8f7d9f6b9c13db076a57151d212f67bbf7a [file] [log] [blame]
{
"name": "TTTAttributedLabel",
"version": "1.2.1",
"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.1"
},
"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
}