[Add] YSRTCLiveAVKitSDK 1.0.2
[CocoaPods.git] / Specs / d / 8 / a / TreeView / 1.1.3 / TreeView.podspec.json
blobfc5b3605fe09f1f4498e878a36fcac3330f4520d
2   "name": "TreeView",
3   "version": "1.1.3",
4   "platforms": {
5     "ios": "8.0"
6   },
7   "requires_arc": true,
8   "summary": "Sub-cells simplified. ©",
9   "description": "TreeView is a \"proxy\" object that sits between UITableView and UIViewController, \nproxies all calls to data source and converts 2d-like indexPaths (0-0, 0-1, ...) into N-depth indexPaths (0-0, 0-0-1, 0-0-2, 0-1-0-1, ...)\nso you can have nested subcells within native UITableView.",
10   "homepage": "https://github.com/genkernel/TreeView",
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "kernel": "kernel@reimplement.mobi"
17   },
18   "source": {
19     "git": "https://github.com/genkernel/TreeView.git",
20     "tag": "1.1.3"
21   },
22   "source_files": "TreeTable/*.{h,m}"