blob: 90a398a267cbc44af08edd544a580ab8bacf2dda [file] [log] [blame]
{
"name": "LDOCappedQueue",
"version": "0.6.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.6.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "LDOCappedQueue/Classes/**/*"
}