blob: 18d3f00f954340355196589a24e204eddae06e3d [file] [log] [blame]
{
"name": "CCLabel",
"version": "0.0.1",
"summary": "A drop-in replacement for UILabel that supports attributes, data detectors, links, and more.",
"description": "CCLabel, A drop-in replacement for UILabel that supports attributes, data detectors, links, and more.",
"homepage": "https://github.com/ccworld1000/CCLabel",
"license": {
"type": "GPL",
"file": "LICENSE"
},
"authors": {
"CC": "ccworld1000@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/ccworld1000/CCLabel.git",
"tag": "0.0.1"
},
"source_files": "CCLabel/**/*.{h,m}",
"exclude_files": "Classes/Exclude",
"frameworks": [
"UIKit",
"CoreText",
"CoreGraphics",
"QuartzCore"
],
"requires_arc": true
}