[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / 1 / 5 / 4 / LDOCappedQueue / 0.7.0 / LDOCappedQueue.podspec.json
blob871b9a7f56a6a2d46d3ca75ce74b3caf8348d2f0
2   "name": "LDOCappedQueue",
3   "version": "0.7.0",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Julian Raschke und Sebastian Ludwig GbR": "info@lurado.com"
13   },
14   "source": {
15     "git": "https://github.com/lurado/LDOCappedQueue.git",
16     "tag": "0.7.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "LDOCappedQueue/Classes/**/*"