blob: f3a0a9b8780b993594df4254e422780e9ce5c5d1 [file] [log] [blame]
{
"name": "BlinkLbl",
"version": "0.1.0",
"summary": "A UILabel subclass to blink it.",
"description": "Start and stop blinking the label.",
"homepage": "https://github.com/nakulchawla/BlinkLbl",
"license": "MIT",
"authors": {
"Nakul": "nakul.chawla@quovantis.com"
},
"source": {
"git": "https://github.com/nakulchawla/BlinkLbl.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"BlinkLbl": [
"Pod/Assets/*.png"
]
}
}