blob: 670a7a8ce3302c9a7764c926a2124b4a9a62fa66 [file] [log] [blame]
{
"name": "CopyableLabel",
"version": "2.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": "2.0.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*"
}