blob: 0b1264306e961e4736a60f32f156e5e860a390e4 [file] [log] [blame]
{
"name": "DRProducerConsumerQueue",
"version": "0.1.3",
"summary": "A simple producer-consumer queue.",
"description": " Implements a queue with an attached producer block, which runs automatically until the queue has at least a specified number of items ready to consume. \n \n The queue is synchronized on the main thread, while the production work itself can be done in the background.\n",
"homepage": "https://github.com/danra/DRProducerConsumerQueue",
"license": "MIT",
"authors": {
"Dan Raviv": "dan.raviv@gmail.com"
},
"source": {
"git": "https://github.com/danra/DRProducerConsumerQueue.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "DRProducerConsumerQueue",
"public_header_files": "DRProducerConsumerQueue/*.h"
}