[Add] AmpMux 9.3.2
[CocoaPods.git] / Specs / 9 / f / 8 / VBTree / 0.1.1 / VBTree.podspec.json
blob642c03b1258399b943e0c341c6746cbe8c803199
2   "name": "VBTree",
3   "version": "0.1.1",
4   "summary": "A wrapper around CFTree",
5   "description": "    You use VBTree to create tree structures that represent hierarchical organizations\n    of information.\n\n    In such structures, each tree node has exactly one parent tree\n    (except for the root tree, which has no parent) and can have multiple children.\n    Each VBTree object in the structure has a context associated with it; this context\n    includes some program-defined data.\n",
6   "homepage": "https://github.com/vbergae/VBTree",
7   "license": "MIT",
8   "authors": {
9     "Victor Berga": "vbergae@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/vbergae/VBTree.git",
13     "tag": "0.1.1"
14   },
15   "requires_arc": true,
16   "source_files": "Pod/Classes",
17   "public_header_files": "Pod/Classes/**/*.h"