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