blob: ae8ccb957c41bcdde1c5372d4c09736b9f1fa5d3 [file] [log] [blame]
{
"name": "SwiftQueue",
"version": "0.1.1",
"summary": "SwiftQueue",
"description": "Job Scheduler for IOS with Concurrent run, failure/retry, persistence, repeat, delay and more",
"homepage": "https://github.com/lucas34/SwiftQueue",
"license": "MIT",
"authors": {
"Lucas Nelaupe": "lucas.nelaupe@gmail.com"
},
"source": {
"git": "https://github.com/lucas34/SwiftQueue.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"osx": "10.10"
},
"requires_arc": true,
"source_files": "Sources/**.swift",
"dependencies": {
"ReachabilitySwift": [
"~> 3"
]
},
"pushed_with_swift_version": "3.0"
}