| { |
| "name": "KOTree", |
| "version": "0.0.1", |
| "summary": "Shows a tree of hierarchical data, e.g. files and folders.", |
| "homepage": "https://github.com/adamhoracek/KOTree", |
| "license": "MIT", |
| "authors": "Adam Horacek", |
| "source": { |
| "git": "https://github.com/adamhoracek/KOTree.git", |
| "commit": "e60576230dde273e3832a6475aca5cac12972767" |
| }, |
| "platforms": { |
| "ios": null |
| }, |
| "source_files": "KOTree/KO{TreeItem,TreeTableViewCell,TreeViewController}.{h,m}", |
| "resources": "KOTree/*.png", |
| "requires_arc": true, |
| "description": " KOTree allows you to show a tree of hierarchical data, e.g. files and folders.\n It was developed for Kodiak PHP, an app which allows you to write and run PHP code directly on the iPad.\n" |
| } |