blob: e274fb96cc29007578671128a21a33477c3fb639 [file] [log] [blame]
{
"name": "CopyableLabel",
"version": "3.0.0",
"summary": "UILabel extension to enable copying",
"description": "Copying can be enabled by setting copyable property of UILabel either in Interface Builder or\nprogramatically.",
"homepage": "https://github.com/weby/CopyableLabel",
"screenshots": "http://i.imgur.com/ukNVqWf.png",
"license": "MIT",
"authors": {
"Donatas Stundys": "donatas.stundys@gmail.com"
},
"source": {
"git": "https://github.com/weby/CopyableLabel.git",
"tag": "3.0.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*"
}