blob: 80be34c3e378d0643c9ef6310b3bb680df74c2e7 [file] [log] [blame]
{
"name": "JTTree",
"version": "0.1.0",
"summary": "A more useful wrapper around CFTree (with apologies to NSTreeNode).",
"homepage": "https://github.com/jtbandes/JTTree",
"license": {
"type": "Unlicense",
"file": "LICENSE"
},
"authors": {
"Jacob Bandes-Storch": "jacob@bandes-storch.net"
},
"source": {
"git": "https://github.com/jtbandes/JTTree.git",
"tag": "v0.1.0"
},
"frameworks": "Foundation",
"source_files": "src/*.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "5.0",
"osx": "10.7"
}
}