| { |
| "name": "HZFGCDTimer", |
| "version": "0.0.3", |
| "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.3" |
| }, |
| "source_files": "HZFGCDTimer/HZFGCDTimer/*.{h,m}", |
| "frameworks": "Foundation", |
| "requires_arc": true |
| } |