[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 5 / 3 / 1 / JobQueue / 0.0.19 / JobQueue.podspec.json
blob7892f1c4e12bcf06e37c9ae0ea4362a73e1d48cf
2   "name": "JobQueue",
3   "version": "0.0.19",
4   "summary": "A persistent and flexible job queue for Swift applications",
5   "description": "JobQueue is a persistent job queue with a simple API that does not depend on `Operation`/`OperationQueue`, is storage agnostic, supports for manual execution order, per job type concurrency limits, delayed jobs, and more.",
6   "homepage": "https://github.com/Tundaware/JobQueue",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "George Cox": "george@tundaware.com"
13   },
14   "social_media_url": "https://twitter.com/Tundaware",
15   "platforms": {
16     "ios": "11.0",
17     "tvos": "11.0",
18     "watchos": "4.0",
19     "osx": "10.13"
20   },
21   "source": {
22     "git": "https://github.com/Tundaware/JobQueue.git",
23     "tag": "0.0.19"
24   },
25   "swift_versions": "5.1",
26   "subspecs": [
27     {
28       "name": "Core",
29       "source_files": "Sources/JobQueueCore/**/*.swift",
30       "dependencies": {
31         "ReactiveSwift": [
32           "~> 6.2.0"
33         ]
34       }
35     },
36     {
37       "name": "Queue",
38       "source_files": "Sources/JobQueue/**/*.swift",
39       "dependencies": {
40         "JobQueue/Core": [
42         ],
43         "ReactiveSwift": [
44           "~> 6.2.0"
45         ]
46       }
47     },
48     {
49       "name": "Storage",
50       "subspecs": [
51         {
52           "name": "InMemory",
53           "source_files": "Sources/JobQueueInMemoryStorage/**/*.swift",
54           "dependencies": {
55             "JobQueue/Core": [
57             ],
58             "ReactiveSwift": [
59               "~> 6.2.0"
60             ]
61           }
62         }
63       ]
64     }
65   ],
66   "swift_version": "5.1"