[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 9 / 8 / 7 / LNZTreeView / 1.1.1 / LNZTreeView.podspec.json
blob58558f39140e2f2333f96e9a371b4ee17d1eda26
2   "name": "LNZTreeView",
3   "platforms": {
4     "ios": "8.0"
5   },
6   "version": "1.1.1",
7   "summary": "A swift TreeView implementation for iOS.",
8   "description": "This is a swift implementation for iOS of a Tree View. A Tree View is a graphical representation of a tree. Each element (node) can have a number of sub elements (children).\n\nThis particular implementation of TreeView organizes nodes and subnodes in rows and each node has an indentation that indicates the hierarchy of the element. A parent can be expanded or collapsed and each children can be a parent itself containing more sub nodes.",
9   "requires_arc": true,
10   "license": {
11     "type": "MIT"
12   },
13   "homepage": "https://www.pfrpg.net",
14   "authors": {
15     "Giuseppe Lanza": "gringoire986@gmail.com"
16   },
17   "source": {
18     "git": "https://github.com/gringoireDM/LNZTreeView.git",
19     "tag": "v1.1.1"
20   },
21   "frameworks": "UIKit",
22   "source_files": "LNZTreeView/**/*.{swift, h}"