[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / 6 / 3 / c / ZDispatchTimerButton / 1.0.1 / ZDispatchTimerButton.podspec.json
blob9163e07edaeebd9f42ae4dcd8d3b1e5d515ebc62
2   "name": "ZDispatchTimerButton",
3   "version": "1.0.1",
4   "summary": "封装好的一个简单的倒计时按钮",
5   "description": "封装好的倒计时按钮,可配置相关的属性,倒计时结束后自动移除定时器。",
6   "homepage": "https://github.com/zhangguozhong/ZDispatchTimerButton.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "zhangguozong": "494316382@qq.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/zhangguozhong/ZDispatchTimerButton.git",
19     "tag": "1.0.1"
20   },
21   "source_files": [
22     "ZDispatchTimerButton/Classes",
23     "ZDispatchTimerButton/Classes/**/*.{h,m}"
24   ],
25   "exclude_files": "Classes/Exclude",
26   "frameworks": [
27     "UIKit",
28     "Foundation"
29   ]