{ | |
"name": "XBTimer", | |
"version": "0.0.6", | |
"summary": "基于GCD的定时器,比NSTimer更加精准。如果owner销毁了,timer会自动停止并销毁", | |
"description": "基于GCD的定时器,比NSTimer更加精准。如果owner销毁了,timer会自动停止并销毁", | |
"homepage": "https://github.com/huisedediao/XBTimer", | |
"license": "MIT", | |
"authors": { | |
"谢贤彬": "401758785@qq.com" | |
}, | |
"platforms": { | |
"ios": "8.0" | |
}, | |
"source": { | |
"git": "https://github.com/huisedediao/XBTimer.git", | |
"tag": "0.0.6" | |
}, | |
"source_files": "XBTimer/*.{h,m}", | |
"requires_arc": true | |
} |