blob: 4344aa66835eecf3a1f76fbe2dff69485e8761fc [file] [log] [blame]
{
"name": "QCNSTimerBlock",
"version": "0.0.1",
"summary": "NSTimer的block实现方式,添加计数次数count属性",
"homepage": "https://github.com/qcasxy/QCNSTimerBlock",
"license": "MIT",
"authors": {
"qcasxy": "qcasxy@126.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/qcasxy/QCNSTimerBlock.git",
"tag": "0.0.1"
},
"source_files": "QCNSTimerBlock/NSTimer+QCBlock/*.{h,m}",
"requires_arc": true
}