[Add] CookieOvenWebtoon 3.2.4
[CocoaPods.git] / Specs / 3 / 5 / d / MZTimerLabel / 0.4.3 / MZTimerLabel.podspec.json
blobd3eb3626dc96ed101619e6a04a541c263aa81399
2   "name": "MZTimerLabel",
3   "version": "0.4.3",
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://raw.githubusercontent.com/mineschan/MZTimerLabel/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.3"
21   },
22   "source_files": [
23     "Classes",
24     "MZTimerLabel/*.{h,m}"
25   ],
26   "exclude_files": "Classes/Exclude",
27   "requires_arc": true