blob: 9a7f4c6c91b38142592b2f8ac5515d1e1de8ae01 [file] [log] [blame]
{
"name": "SwiftQueue",
"version": "0.0.7",
"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.0.7"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "SwiftQueue/**.swift",
"dependencies": {
"ReachabilitySwift": [
"~> 3"
]
},
"pushed_with_swift_version": "3.0"
}