blob: c5e9ba45e7d728403f0a52042d53549ddef3dfc3 [file] [log] [blame]
{
"name": "HGTimerButton",
"version": "1.0.2",
"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.2"
},
"source_files": "*.{h,m}",
"requires_arc": true,
"subspecs": [
{
"name": "HWWeakTimer",
"dependencies": {
"HWWeakTimer": [
]
},
"source_files": "HWWeakTimer/*.{h,m}"
}
]
}