blob: 7c9b2d4148874b5aac20902a05d926aee7591886 [file] [log] [blame]
{
"name": "GroupWork",
"version": "0.0.6",
"summary": "Easy concurrent, asynchronous tasks in Swift.",
"description": "GroupWork is an easy to use Swift framework that helps you orchestrate your concurrent, asynchronous functions in a clean and organized way. This helps make large functions with multiple asynchronous tasks more clear and easy to follow.",
"homepage": "https://github.com/quanvo87/GroupWork",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Quan Vo": "qvo1987@gmail.com",
"Wilson Ding": "hello@wilsonding.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/quanvo87/GroupWork.git",
"tag": "0.0.6"
},
"source_files": "Sources/GroupWork/*.{h,m,swift}",
"pushed_with_swift_version": "4.0"
}