blob: 9003cd14b50d74d2951cfe8245eb9bd4e0c0f4ee [file] [log] [blame]
{
"name": "LYCopyLabel",
"version": "1.2.0",
"summary": "Sub Class of UILabel to make the label enable to be copyed when long pressed",
"homepage": "https://github.com/liuyang20091130/LYCopyLabel",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"liuyang20091130": "liuyang20091130@163.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/liuyang20091130/LYCopyLabel.git",
"tag": "1.2.0"
},
"source_files": "CopyLabel/LYCopyLabel/*.{h,m}",
"resources": "CopyLabel/LYCopyLabel/LYCopyLabel.bundle",
"public_header_files": "CopyLabel/LYCopyLabel/*.h"
}