blob: 456c3dbd671feedd2940952919e5b2c559f91dcc [file] [log] [blame]
{
"name": "CocuLabel",
"version": "0.0.1",
"summary": "CocuLabel is subclass of UILabel that changes text color optimaized back view.",
"description": " We often have a chance to put labels on an image.\n Then we may not decide the color of the label, not to be tinged in the image.\n CocuLabel is a label that changes the text color optimaized back view.\n",
"homepage": "https://github.com/ushisantoasobu/CocuLabel",
"screenshots": "https://github.com/ushisantoasobu/CocuLabel/blob/master/cocu_demo.gif?raw=true",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ushisantoasobu": "babblemann.shunsee@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/ushisantoasobu/CocuLabel.git",
"tag": "0.0.1"
},
"source_files": "CocuLabel/*.{swift}",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true
}