[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / 6 / b / thread-safe-block-queue / 0.1.1 / thread-safe-block-queue.podspec.json
blob6af058ff01b65a82524d2f589d00904bc240cf2d
2   "name": "thread-safe-block-queue",
3   "version": "0.1.1",
4   "summary": "An opinionted thread-safe FIFO queue designed for blocks",
5   "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.",
6   "homepage": "https://github.com/sghiassy/thread-safe-block-queue",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Shaheen Ghiassy": "shaheen.ghiassy@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/sghiassy/thread-safe-block-queue.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "thread-safe-block-queue/Classes/**/*"