{ | |
"name": "MXGCDQueuePool", | |
"version": "0.1.0", | |
"summary": "GCD队列工具,防止线程爆炸", | |
"description": "GCD队列工具,防止线程爆炸", | |
"homepage": "https://github.com/xuvw/MXGCDQueuePool", | |
"license": { | |
"type": "MIT", | |
"file": "LICENSE" | |
}, | |
"authors": { | |
"xuvw": "smileshitou@hotmail.com" | |
}, | |
"source": { | |
"git": "https://github.com/xuvw/MXGCDQueuePool.git", | |
"tag": "0.1.0" | |
}, | |
"platforms": { | |
"ios": "8.0" | |
}, | |
"source_files": "MXGCDQueuePool/Classes/**/*" | |
} |