blob: 5dedd340fe1d329301b167d245f414752c599b31 [file] [log] [blame]
{
"name": "CnPLabel",
"version": "0.1.2",
"summary": "A UILabel subclass with cut and paste functionality.",
"description": "A UILabel subclass with cut and paste functionality using the general UIPasteboard and UIMenuController. CnPLabel can be customized with selection color and setup to be targets for cut or paste or both. Further, using the CnPLabelDelegate protocol, a delegate can be used to validate and format the NSString to be pasted into the label. \n",
"homepage": "https://bitbucket.org/tomhoag/cnplabel",
"license": "MIT",
"authors": {
"Tom": "tomhoag@Gmail.com"
},
"source": {
"git": "https://bitbucket.org/tomhoag/cnplabel.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"CnPLabel": [
"Pod/Assets/*.png"
]
},
"frameworks": "UIKit"
}