[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 8 / 3 / 6 / BinarySearchTree / 0.0.1 / BinarySearchTree.podspec.json
blob8762fc2023cf512e2263609d7dad588560d9d94f
2   "name": "BinarySearchTree",
3   "version": "0.0.1",
4   "summary": "An Objective-c implementation of a Binary Search Tree (BST)",
5   "description": "                   Implemented from Algorithms, 4th Edition\n                   To be used in an Objective-c implementation of the Java metazelda dungeon generator.\n",
6   "homepage": "https://github.com/vascoorey/BinarySearchTree-objc",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "Vasco d'Orey",
12   "social_media_url": "http://twitter.com/oppfiz",
13   "requires_arc": true,
14   "source": {
15     "git": "https://github.com/vascoorey/BinarySearchTree-objc.git",
16     "tag": "0.0.1"
17   },
18   "source_files": [
19     "BinarySearchTree/Source",
20     "BinarySearchTree/Source/**/*.{h,m}"
21   ]