[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / d / c / 5 / JTTree / 0.1.0 / JTTree.podspec.json
blob80be34c3e378d0643c9ef6310b3bb680df74c2e7
2   "name": "JTTree",
3   "version": "0.1.0",
4   "summary": "A more useful wrapper around CFTree (with apologies to NSTreeNode).",
5   "homepage": "https://github.com/jtbandes/JTTree",
6   "license": {
7     "type": "Unlicense",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Jacob Bandes-Storch": "jacob@bandes-storch.net"
12   },
13   "source": {
14     "git": "https://github.com/jtbandes/JTTree.git",
15     "tag": "v0.1.0"
16   },
17   "frameworks": "Foundation",
18   "source_files": "src/*.{h,m}",
19   "requires_arc": true,
20   "platforms": {
21     "ios": "5.0",
22     "osx": "10.7"
23   }