blob: 4fa3c2704be402dafe950fb2ffcae0be7ec8c393 [file] [log] [blame]
{
"name": "SwiftQueue",
"version": "1.4.0",
"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": "1.4.0"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"watchos": "2.0",
"osx": "10.10"
},
"requires_arc": true,
"source_files": "Sources/SwiftQueue/**.swift",
"ios": {
"dependencies": {
"ReachabilitySwift": [
"~> 4.1"
]
}
},
"tvos": {
"dependencies": {
"ReachabilitySwift": [
"~> 4.1"
]
}
},
"osx": {
"dependencies": {
"ReachabilitySwift": [
"~> 4.1"
]
}
},
"pushed_with_swift_version": "4.0"
}