blob: 871b9a7f56a6a2d46d3ca75ce74b3caf8348d2f0 [file] [log] [blame]
{
"name": "LDOCappedQueue",
"version": "0.7.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.7.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "LDOCappedQueue/Classes/**/*"
}