blob: 60d22bb498f3871cffe2ad8aec8b13bd49294baf [file] [log] [blame]
{
"name": "MEGATree",
"version": "1.0",
"summary": "Objective-C AVLTree implementation",
"description": " Implementation based on MIT's Intro to algorithms lecture\n http://video.mit.edu/watch/introduction-to-algorithms-lecture-6-avl-trees-avl-sort-14062/\n",
"homepage": "https://github.com/jamesbouker/MEGATree",
"license": "MIT",
"authors": {
"Jimmy Bouker": "james.bouker@gmail.com"
},
"source": {
"git": "https://github.com/jamesbouker/MEGATree.git",
"tag": "1.0"
},
"source_files": "MEGATree/*.h",
"public_header_files": "MEGATree/MEGATree.h",
"requires_arc": true,
"platforms": {
"ios": "6.0",
"osx": "10.8"
}
}