blob: a8f01e6ea25a557c2f003678634347d1301801e1 [file] [log] [blame]
{
"name": "ZEDAsyncOperation",
"version": "0.0.1",
"summary": "一个实现并发的NSOperation抽象类,用于创建和执行异步任务",
"homepage": "https://github.com/lichao1992/ZEDAsyncOperation",
"license": "MIT",
"authors": {
"李超": "964139523@qq.com"
},
"source": {
"git": "https://github.com/lichao1992/ZEDAsyncOperation.git",
"tag": "0.0.1"
},
"source_files": "Classes/**/*.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "9.0"
}
}