2 "name": "LDOCappedQueue",
4 "summary": "A queue that doesn't grow indefinitely.",
5 "description": "A queue that only holds a maximum number of items and discards the least recently added ones, if new ones are added and the capacity is reached.",
6 "homepage": "https://github.com/lurado/LDOCappedQueue",
12 "Julian Raschke und Sebastian Ludwig GbR": "info@lurado.com"
15 "git": "https://github.com/lurado/LDOCappedQueue.git",
21 "source_files": "LDOCappedQueue/Classes/**/*"