[Add] EOCoreDebug 2.3.296
[CocoaPods.git] / Specs / 5 / 4 / 7 / CHTimerLib / 1.0.0 / CHTimerLib.podspec.json
blobfa71a4770bb3eca1508f71952639e4ccfac0991d
2   "name": "CHTimerLib",
3   "version": "1.0.0",
4   "summary": "iOS常用的三种定时器",
5   "description": "为iOS中三种常用的定时器NSTimer、CADisplayLink、GCD,添加快捷创建的方法。",
6   "homepage": "https://chocklee.github.io",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ChanghaoLi": "chocklee@yeah.net"
13   },
14   "platforms": {
15     "ios": "10.0"
16   },
17   "source": {
18     "git": "https://github.com/chocklee/CHTimerLib.git",
19     "tag": "1.0.0"
20   },
21   "source_files": [
22     "Classes",
23     "Classes/**/*.{h,m}"
24   ],
25   "frameworks": "Foundation",
26   "requires_arc": true