blob: b3033d7c72c9823eb13478ac6bd885bc2bb24fa1 [file] [log] [blame]
{
"name": "HTCopyableLabel",
"version": "0.0.3",
"summary": "HTCopyableLabel is a subclass of UILabel that makes it easy to allow users to copy a label's text.",
"homepage": "https://github.com/hoteltonight/HTCopyableLabel",
"screenshots": "https://raw.github.com/hoteltonight/HTCopyableLabel/master/demo.gif",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Jonathan Sibley": "jonsibley@gmail.com"
},
"source": {
"git": "https://github.com/hoteltonight/HTCopyableLabel.git",
"tag": "0.0.3"
},
"source_files": "HTCopyableLabel.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "5.0"
}
}