| { |
| "name": "MEGATree", |
| "version": "1.0.1", |
| "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.1" |
| }, |
| "source_files": "MEGATree/*.{h,m}", |
| "public_header_files": "MEGATree/MEGATree.h", |
| "requires_arc": true, |
| "platforms": { |
| "ios": "6.0", |
| "osx": "10.8" |
| } |
| } |