[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / e / 9 / c / HGTimerButton / 1.0.0 / HGTimerButton.podspec.json
blob4cd76c905588e7b6881257889adecda51ec238e8
2   "name": "HGTimerButton",
3   "version": "1.0.0",
4   "summary": "a custom UIButton that contains NSTimer",
5   "homepage": "https://github.com/xuhonggui/HGTimerButton",
6   "license": "MIT",
7   "authors": {
8     "xuhonggui": "593692553@qq.com"
9   },
10   "platforms": {
11     "ios": "8.0"
12   },
13   "source": {
14     "git": "https://github.com/xuhonggui/HGTimerButton.git",
15     "tag": "1.0.0"
16   },
17   "source_files": "*.{h,m}",
18   "requires_arc": true,
19   "subspecs": [
20     {
21       "name": "HWWeakTimer",
22       "dependencies": {
23         "HWWeakTimer": [
25         ]
26       },
27       "source_files": "*.{h,m}"
28     }
29   ]