[Add] DemoTestFramework 1.0.6
[CocoaPods.git] / Specs / d / f / c / CHCountingLabel / 1.0.1 / CHCountingLabel.podspec.json
blob7e295e466d6073bb326814d86fdd7484fe4a51fd
2   "name": "CHCountingLabel",
3   "version": "1.0.1",
4   "summary": "CHCountingLabel provides basic counting and counting depends on bezier path.",
5   "description": "Your counting only increase/decrease 1 progress per seconds?\nCHCountingLabel can counting value depends on bezier path.\nUse CHCountingLabel and make more fantasy effect to your app.",
6   "homepage": "https://blog.capslock.tw/",
7   "screenshots": [
8     "https://dl.dropboxusercontent.com/u/108987767/blog/16/easeinout_counting_1.gif",
9     "https://dl.dropboxusercontent.com/u/108987767/blog/16/easeinout_counting_2.gif"
10   ],
11   "license": "MIT",
12   "authors": {
13     "Calvin": "calvin.peak@capslock.tw"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/Calvin-Huang/CHCountingLabel.git",
20     "tag": "1.0.1"
21   },
22   "source_files": "CHCountingLabel/CountingLabel.swift",
23   "requires_arc": true,
24   "dependencies": {
25     "CHCubicBezier": [
27     ]
28   }