blob: eda7ba00c5cf3e7eb8228c5c03dde4e06dbf7406 [file] [log] [blame]
{
"name": "HZFGCDTimer",
"version": "0.0.2",
"summary": "使用 GCD 封装带有 block 的定时器,方便快搜使用",
"description": "使用 GCD 封装带有 block 的定时器,方便快搜使用,有多个接口,灵活方便",
"homepage": "https://github.com/huangzhifei/HZFGCDTimer.git",
"license": "MIT",
"authors": {
"huangzhifei": "huangzhifei2009@126.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/huangzhifei/HZFGCDTimer.git",
"tag": "0.0.2"
},
"source_files": "HZFGCDTimer/HZFGCDTimer/*.{h,m}",
"frameworks": "Foundation",
"requires_arc": true
}