blob: 4cd76c905588e7b6881257889adecda51ec238e8 [file] [log] [blame]
{
"name": "HGTimerButton",
"version": "1.0.0",
"summary": "a custom UIButton that contains NSTimer",
"homepage": "https://github.com/xuhonggui/HGTimerButton",
"license": "MIT",
"authors": {
"xuhonggui": "593692553@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/xuhonggui/HGTimerButton.git",
"tag": "1.0.0"
},
"source_files": "*.{h,m}",
"requires_arc": true,
"subspecs": [
{
"name": "HWWeakTimer",
"dependencies": {
"HWWeakTimer": [
]
},
"source_files": "*.{h,m}"
}
]
}