blob: 7b57f32530376c5899950a23e611db4074356c72 [file] [log] [blame]
{
"name": "CopyableLabel",
"version": "4.2.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/7kyuTS9.png",
"license": "MIT",
"authors": {
"Donatas Stundys": "donatas.stundys@gmail.com"
},
"source": {
"git": "https://github.com/weby/CopyableLabel.git",
"tag": "4.2.0"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Source/*.swift"
}