[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / 3 / 5 / d / MZTimerLabel / 0.4.1 / MZTimerLabel.podspec.json
blob2b56c53acb4c7422b8652508269ac1d642609e6a
2   "name": "MZTimerLabel",
3   "version": "0.4.1",
4   "summary": "A handy class to use UILabel as a countdown timer or stopwatch just like in Apple Clock App.",
5   "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.",
6   "homepage": "https://github.com/mineschan/MZTimerLabel",
7   "screenshots": "https://github.com/mineschan/MZTimerLabel/blob/master/MZTimerLabel_Demo.png",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "MineS Chan": "mineschan@gmail.com"
14   },
15   "platforms": {
16     "ios": "5.0"
17   },
18   "source": {
19     "git": "https://github.com/mineschan/MZTimerLabel.git",
20     "tag": "0.4.1"
21   },
22   "source_files": [
23     "Classes",
24     "MZTimerLabel/*.{h,m}"
25   ],
26   "exclude_files": "Classes/Exclude",
27   "requires_arc": true