blob: f7fce2a254263126e38cfe5e8b969497408a36ba [file] [log] [blame]
{
"name": "LDOCappedQueue",
"version": "0.5.0",
"summary": "A queue that doesn't grow indefinitely.",
"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.",
"homepage": "https://github.com/lurado/LDOCappedQueue",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Julian Raschke und Sebastian Ludwig GbR": "info@lurado.com"
},
"source": {
"git": "https://github.com/lurado/LDOCappedQueue.git",
"tag": "0.5.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "LDOCappedQueue/Classes/**/*"
}