[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 0 / 1 / 2 / MEGATree / 1.0.1 / MEGATree.podspec.json
blob49f2663ba0ce1bd1391792028e8b44169b126f95
2   "name": "MEGATree",
3   "version": "1.0.1",
4   "summary": "Objective-C AVLTree implementation",
5   "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",
6   "homepage": "https://github.com/jamesbouker/MEGATree",
7   "license": "MIT",
8   "authors": {
9     "Jimmy Bouker": "james.bouker@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/jamesbouker/MEGATree.git",
13     "tag": "1.0.1"
14   },
15   "source_files": "MEGATree/*.{h,m}",
16   "public_header_files": "MEGATree/MEGATree.h",
17   "requires_arc": true,
18   "platforms": {
19     "ios": "6.0",
20     "osx": "10.8"
21   }