[Delete] FluentAdFlowAdsWidget 2.0.0
[CocoaPods.git] / Specs / 0 / 1 / 2 / MEGATree / 1.0.3 / MEGATree.podspec.json
blob78cb50ce48ac292221699ba7dc4d9a56f7b0f029
2   "name": "MEGATree",
3   "version": "1.0.3",
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.3"
14   },
15   "source_files": "MEGATree/*.{h,m}",
16   "public_header_files": "MEGATree/*.h",
17   "requires_arc": true,
18   "platforms": {
19     "ios": "6.0",
20     "osx": "10.8"
21   }