[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / b / 4 / 8 / TTTAttributedLabel / 1.2.1 / TTTAttributedLabel.podspec.json
blob710ee8f7d9f6b9c13db076a57151d212f67bbf7a
2   "name": "TTTAttributedLabel",
3   "version": "1.2.1",
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.1"
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