[Add] LiteRTSelectTfOps 0.0.1-nightly.20250101
[CocoaPods.git] / Specs / e / b / d / SwiftQueue / 0.1.1 / SwiftQueue.podspec.json
blobae8ccb957c41bcdde1c5372d4c09736b9f1fa5d3
2   "name": "SwiftQueue",
3   "version": "0.1.1",
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": "0.1.1"
14   },
15   "platforms": {
16     "ios": "8.0",
17     "tvos": "9.0",
18     "osx": "10.10"
19   },
20   "requires_arc": true,
21   "source_files": "Sources/**.swift",
22   "dependencies": {
23     "ReachabilitySwift": [
24       "~> 3"
25     ]
26   },
27   "pushed_with_swift_version": "3.0"