[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 5 / f / 6 / GroupWork / 0.0.2 / GroupWork.podspec.json
blob5821e489b99d8dfd3a326f76e5f1dad61df5cdaf
2   "name": "GroupWork",
3   "version": "0.0.2",
4   "summary": "Swift module that helps with running multiple, simultaneous, asynchronous tasks in a clean way.",
5   "description": "Swift module that helps with running multiple, simultaneous, asynchronous tasks in a clean way. Better description inc.",
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.2"
21   },
22   "source_files": [
23     "GroupWork",
24     "GroupWork/**/*.{h,m,swift}"
25   ],
26   "exclude_files": "Classes/Exclude",
27   "pushed_with_swift_version": "4.0"