blob: 395119857d32ab402d4c13820d5044e1a268ede5 [file] [log] [blame]
{
"name": "SQTimerLabel",
"version": "0.0.3",
"summary": "A handy class to use UILabel as a countdown timer or stopwatch just like in Apple Clock App.",
"description": "SQTimerLabel is a UILabel subclass, which is a handy way to use UILabel as a countdown timer or stopwatch just like that in Apple Clock App with just 2 lines of code. SQTimerLabel also provides delegate method for you to define the action when the timer finished.",
"homepage": "https://github.com/semnyqu/SQTimerLabel",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"semnyqu": "semny.qu@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/semnyqu/SQTimerLabel.git",
"tag": "0.0.3"
},
"source_files": [
"Classes",
"SQTimerLabel/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"requires_arc": true
}