[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / b / 4 / 8 / TTTAttributedLabel / 1.2.0 / TTTAttributedLabel.podspec.json
blob8755281b89c70cff807b8408f337be3b02b1ba97
2   "name": "TTTAttributedLabel",
3   "version": "1.2.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   "license": {
13     "type": "MIT",
14     "file": "LICENSE"
15   },
16   "source": {
17     "git": "https://github.com/mattt/TTTAttributedLabel.git",
18     "tag": "1.2.0"
19   },
20   "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.",
21   "source_files": "TTTAttributedLabel.{h,m}",
22   "requires_arc": false