blob: a45c95e99181a765adb8a96fdf843a6f3335bd5d [file] [log] [blame]
{
"name": "ZDispatchTimerButton",
"version": "1.0.3",
"summary": "封装好的一个简单的倒计时按钮",
"description": "封装好的倒计时按钮,可配置相关的属性,倒计时结束后自动移除定时器。",
"homepage": "https://github.com/zhangguozhong/ZDispatchTimerButton.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zhangguozong": "494316382@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/zhangguozhong/ZDispatchTimerButton.git",
"tag": "1.0.3"
},
"source_files": [
"ZDispatchTimerButton/Classes",
"ZDispatchTimerButton/Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"frameworks": [
"UIKit",
"Foundation"
]
}