blob: a04c41aa9aca08b5f1b8e259d5449347a34c26bd [file] [log] [blame]
{
"name": "YBLabel+Copy",
"version": "1.0.0",
"summary": "Add copy functionality to UILabel",
"description": "# Features\n - Supports Interface Builder\n - Supports long press gesture\n - Allows enable/disble the copy feature\n - Works with all UILabel objects already in your project",
"homepage": "https://github.com/alexyubin/YBLabel_Copy",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"alexyubin": "552092914@qq.com"
},
"social_media_url": "",
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/alexyubin/YBLabel_Copy.git",
"tag": "1.0.0"
},
"source_files": "YBLabel+Copy/**/*.{h,m}",
"requires_arc": true
}