[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / 0 / b / CCLabel / 0.0.1 / CCLabel.podspec.json
blob18d3f00f954340355196589a24e204eddae06e3d
2   "name": "CCLabel",
3   "version": "0.0.1",
4   "summary": "A drop-in replacement for UILabel that supports attributes, data detectors, links, and more.",
5   "description": "CCLabel, A drop-in replacement for UILabel that supports attributes, data detectors, links, and more.",
6   "homepage": "https://github.com/ccworld1000/CCLabel",
7   "license": {
8     "type": "GPL",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "CC": "ccworld1000@gmail.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/ccworld1000/CCLabel.git",
19     "tag": "0.0.1"
20   },
21   "source_files": "CCLabel/**/*.{h,m}",
22   "exclude_files": "Classes/Exclude",
23   "frameworks": [
24     "UIKit",
25     "CoreText",
26     "CoreGraphics",
27     "QuartzCore"
28   ],
29   "requires_arc": true