blob: 61ee706ff9d288a876871655fbb3c4da204f33ce [file] [log] [blame]
{
"name": "thread-safe-block-queue",
"version": "0.1.4",
"summary": "An opinionted thread-safe FIFO queue designed for blocks",
"description": "This class is an opinionted thread-safe FIFO queue designed for blocks. It takes in blocks and queues them until it is messaged to purge and run all blocks. After the purge event, this data-structure will no longer queue future blocks and will instead run any block given to immediatly.",
"homepage": "https://github.com/sghiassy/thread-safe-block-queue",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Shaheen Ghiassy": "shaheen.ghiassy@gmail.com"
},
"source": {
"git": "https://github.com/sghiassy/thread-safe-block-queue.git",
"tag": "0.1.4"
},
"social_media_url": "https://twitter.com/shaheenghiassy",
"platforms": {
"ios": "8.0"
},
"source_files": "thread-safe-block-queue/Classes/**/*"
}