[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / b / 4 / 8 / TTTAttributedLabel / 1.1.0 / TTTAttributedLabel.podspec.json
blob51f48f14ba062a73df5977fe6ef44d9a67cbab03
2   "name": "TTTAttributedLabel",
3   "version": "1.1.0",
4   "platforms": {
5     "ios": null
6   },
7   "summary": "A drop-in replacement for UILabel that supports NSAttributedStrings.",
8   "homepage": "https://github.com/mattt/TTTAttributedLabel",
9   "authors": {
10     "Mattt Thompson": "m@mattt.me"
11   },
12   "source": {
13     "git": "https://github.com/mattt/TTTAttributedLabel.git",
14     "tag": "1.1.0"
15   },
16   "license": {
17     "type": "MIT",
18     "file": "LICENSE"
19   },
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}",
22   "requires_arc": false