blob: 3166e604cc6de556f6170443910f7b6d3a6235fb [file] [log] [blame]
{
"name": "PPCopiableLabel",
"version": "1.0.0",
"summary": "A simple subclass of UILabel that allows users to copy text with a long press. Handles highlighting the label as needed.",
"description": " PPCopiableLabel can be used as a drop-in replacement for UILabel. You can simply change the custom class of any UILabel\n in Interface Builder, and that label will have the ability to display the Copy menu when pressed for a second.\n",
"homepage": "https://github.com/markiv/PPCopiableLabel",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Vikram Kriplaney": "vikram@iphonso.com"
},
"social_media_url": "http://twitter.com/krips",
"platforms": {
"ios": "3.0"
},
"source": {
"git": "https://github.com/markiv/PPCopiableLabel.git",
"tag": "1.0.0"
},
"source_files": "Classes/*.{h,m}",
"requires_arc": true
}