[Add] AmazonIVSPlayer 1.36.0-rc.2
[CocoaPods.git] / Specs / d / 8 / a / TreeView / 1.1.1 / TreeView.podspec.json
blob355d55cc5fbfb3bda47231faad497a8237fedcb7
2   "name": "TreeView",
3   "version": "1.1.1",
4   "platforms": {
5     "ios": "8.0"
6   },
7   "requires_arc": true,
8   "summary": "TreeView enables cells + subcells in UITableView.",
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, ...).",
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.1"
21   },
22   "source_files": "TreeTable/*.{h,m}",
23   "swift_version": "4.2"