[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 8 / 7 / 2 / CursorBuffer / 1.0 / CursorBuffer.podspec.json
blobd50bdc8357931f9f758716155596b6069a36ef2d
2   "name": "CursorBuffer",
3   "version": "1.0",
4   "summary": "A FIFO buffer for Core Audio AudioBufferlists optimized for reading without comsuming.",
5   "description": "A FIFO buffer for Core Audio AudioBufferlists optimized for reading without comsuming. Based on TPCircularBuffer.",
6   "homepage": "https://github.com/dave234/CursorBuffer",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "dave234": "daveoneill234@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/dave234/CursorBuffer.git",
16     "tag": "1.0"
17   },
18   "platforms": {
19     "ios": "4.3",
20     "osx": "10.8"
21   },
22   "source_files": "*.{c,h}",
23   "dependencies": {
24     "TPCircularBuffer": [
26     ]
27   }