blob: 3864a8728827937683b24d184267cc6c3d5da5ca [file] [log] [blame]
{
"name": "RichStyleLabel",
"version": "0.0.1",
"summary": "Subclass of UILabel with rich style, such as auto checking links, supporting regular expression.",
"homepage": "https://github.com/liaojinxing/RichStyleLabel",
"authors": {
"liaojinxing": "jinxingliao@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"license": "MIT",
"source": {
"git": "https://github.com/liaojinxing/RichStyleLabel.git",
"tag": "0.0.1"
},
"source_files": "RichStyleLabel/RichStyleLabel/*.{h,m}",
"requires_arc": true,
"screenshots": [
"https://raw.githubusercontent.com/liaojinxing/RichStyleLabel/master/Screenshots/example.png"
]
}