[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / e / b / d / SwiftQueue / 6.0.0 / SwiftQueue.podspec.json
blobf595e260204e2973da318d1a4792f906366c61ba
2   "name": "SwiftQueue",
3   "version": "6.0.0",
4   "summary": "SwiftQueue",
5   "description": "Job Scheduler for IOS with Concurrent run, failure/retry, persistence, repeat, delay and more",
6   "homepage": "https://github.com/lucas34/SwiftQueue",
7   "license": "MIT",
8   "authors": {
9     "Lucas Nelaupe": "lucas.nelaupe@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/lucas34/SwiftQueue.git",
13     "tag": "6.0.0"
14   },
15   "swift_versions": "5.5.3",
16   "platforms": {
17     "ios": "12.0",
18     "tvos": "12.0",
19     "watchos": "5.0",
20     "osx": "10.14"
21   },
22   "requires_arc": true,
23   "source_files": "Sources/SwiftQueue/**.swift",
24   "ios": {
25     "source_files": [
26       "Sources/ios/*.swift",
27       "Sources/SwiftQueue/**.swift"
28     ]
29   },
30   "swift_version": "5.5.3"