blob: 27304464489fdb3a7b119abcc7856617979e58ba [file] [log] [blame]
{
"name": "OCAsync",
"version": "0.0.1",
"summary": "Async by oc, used chain.",
"description": "Async by oc, used chain.\nChain as many blocks as you want:\n\nAsync *async = [[Async alloc]init];\n\nasync.userInitiated(0, ^{\n // 1\n}).main(0, ^{\n // 2\n}).background(0, ^{\n // 3\n}).main(0, ^ {\n // 4\n});",
"homepage": "https://github.com/shenhai193/Async",
"license": "BSD3",
"authors": {
"shenhai": "shenhai.cpp@icloud.com"
},
"source": {
"git": "https://github.com/shenhai193/Async.git",
"tag": "0.0.1"
},
"source_files": [
"Classes",
"Async.{h,m}"
],
"exclude_files": "Classes/Exclude",
"platforms": {
"osx": null,
"ios": null,
"tvos": null,
"watchos": null
}
}