blob: cfa7258ebebd70c25dc1980232d797bceee8a8c3 [file] [log] [blame]
{
"name": "JBCountdownLabel",
"version": "1.0",
"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": "1.0"
},
"source_files": [
"JBCountdownLabelSampleProject/JBCountdownLabel.h",
"JBCountdownLabelSampleProject/JBCountdownLabel.m"
],
"requires_arc": true
}