blob: 3a5c98930dc03b01ee3563e30031eb0e8316903f [file] [log] [blame]
{
"name": "WJAsync",
"version": "0.1.0",
"summary": "异步任务管理.",
"description": "基于 GCD 和 Block 实现的一款 OC 版轻量级异步任务管理器.",
"homepage": "https://github.com/xinweishang/WJAsync",
"license": "MIT",
"authors": {
"王俊": "1127132348@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/xinweishang/WJAsync.git",
"tag": "0.1.0"
},
"source_files": [
"WJAsync",
"WJAsync/**"
],
"exclude_files": "Classes/Exclude"
}