blob: 84159534796b96e139667b1271780738b6deea5a [file] [log] [blame]
{
"name": "GroupWork",
"version": "0.0.5",
"summary": "Swift module that helps with running multiple, concurrent, asynchronous tasks in a clean way.",
"description": "Swift module that helps with running multiple, concurrent, asynchronous tasks in a clean way. Better description inc.",
"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.5"
},
"source_files": "Sources/GroupWork/*.{h,m,swift}",
"pushed_with_swift_version": "4.0"
}