blob: 9cda5a356b50cb0b6d70e84d98450578cf09f062 [file] [log] [blame]
{
"name": "MZTimerLabel",
"version": "0.4.2",
"summary": "A handy class to use UILabel as a countdown timer or stopwatch just like in Apple Clock App.",
"description": "MZTimerLabel 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. MZTimerLabel also provides delegate method for you to define the action when the timer finished.",
"homepage": "https://github.com/mineschan/MZTimerLabel",
"screenshots": "https://raw.githubusercontent.com/mineschan/MZTimerLabel/master/MZTimerLabel_Demo.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"MineS Chan": "mineschan@gmail.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/mineschan/MZTimerLabel.git",
"tag": "0.4.2"
},
"source_files": [
"Classes",
"MZTimerLabel/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"requires_arc": true
}