[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 6 / 8 / 1 / DAAttributedLabel / 1.2.0 / DAAttributedLabel.podspec.json
blob14d23246d8b2274573612e7d427fc64ab03bfc4f
2   "name": "DAAttributedLabel",
3   "version": "1.2.0",
4   "summary": "A custom AttributedLabel using TextKit to replace UILabel.",
5   "description": "A custom AttributedLabel using TextKit to replace UILabel.\nYou can customization truncationToken, lineSpacing and backgroundColor, and also you can add custom view attachments.",
6   "homepage": "https://github.com/darkangel7/DAAttributedLabel",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "darkangel7": "535596858@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/darkangel7/DAAttributedLabel.git",
16     "tag": "1.2.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "DAAttributedLabel/Classes/**/*",
22   "public_header_files": "DAAttributedLabel/Classes/**/*.h",
23   "frameworks": [
24     "UIKit",
25     "Foundation"
26   ]