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