blob: ebe78ab777ed9f5a5366f0cb5c14b293fdfc56a7 [file] [log] [blame]
{
"name": "JBCoundownLabel",
"version": "0.0.2",
"summary": "A UILabel subclass that displays a countdown",
"platforms": {
"ios": "6.0"
},
"description": " JBCountdownLabel is UILabel subclass that displays a countdown with a defined amount of seconds. So you can customise the label just like a native `UILabel` and add some cool actions\n",
"homepage": "https://github.com/jberlana/JBCoundownLabel",
"screenshots": "https://raw.githubusercontent.com/jberlana/JBCoundownLabel/master/demo.gif",
"license": "MIT",
"authors": {
"Javier Berlana": "jberlana@gmail.com"
},
"social_media_url": "http://twitter.com/jberlana",
"source": {
"git": "https://github.com/jberlana/JBCoundownLabel.git",
"tag": "0.0.2"
},
"source_files": [
"JBCoundownLabelSampleProject/JBCountdownLabel.h",
"JBCoundownLabelSampleProject/JBCountdownLabel.m"
],
"requires_arc": true
}