blob: 6a14d66f146504aed2ef84ce9873472764521ef7 [file] [log] [blame]
{
"name": "LYCopyLabel",
"version": "1.0.1",
"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": "FILE_LICENSE"
},
"authors": {
"liuyang20091130": "liuyang20091130@163.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/liuyang20091130/LYCopyLabel.git",
"tag": "1.0.1"
},
"source_files": "CopyLabel/LYCopyLabel/*.{h,m}",
"public_header_files": "CopyLabel/LYCopyLabel/*.h"
}