[Add] DemoTestFramework 1.0.7
[CocoaPods.git] / Specs / 3 / f / c / SQTimerLabel / 0.0.1 / SQTimerLabel.podspec.json
blob16310eea3e5b09f41b1f13b3f2e3b453baa3d0b3
2   "name": "SQTimerLabel",
3   "version": "0.0.1",
4   "summary": "A handy class to use UILabel as a countdown timer or stopwatch just like in Apple Clock App.",
5   "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.",
6   "homepage": "https://github.com/semnyqu/SQTimerLabel",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "semnyqu": "semny.qu@gmail.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/semnyqu/SQTimerLabel.git",
19     "tag": "0.0.1"
20   },
21   "source_files": [
22     "Classes",
23     "SQTimerLabel/*.{h,m}"
24   ],
25   "exclude_files": "Classes/Exclude",
26   "requires_arc": true