[Add] scandit-datacapture-frameworks-parser 6.28.3
[CocoaPods.git] / Specs / 5 / f / 6 / GroupWork / 0.0.6 / GroupWork.podspec.json
blob7c9b2d4148874b5aac20902a05d926aee7591886
2   "name": "GroupWork",
3   "version": "0.0.6",
4   "summary": "Easy concurrent, asynchronous tasks in Swift.",
5   "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.",
6   "homepage": "https://github.com/quanvo87/GroupWork",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Quan Vo": "qvo1987@gmail.com",
13     "Wilson Ding": "hello@wilsonding.com"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/quanvo87/GroupWork.git",
20     "tag": "0.0.6"
21   },
22   "source_files": "Sources/GroupWork/*.{h,m,swift}",
23   "pushed_with_swift_version": "4.0"