[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 8 / 1 / 3 / BSTBinaryHeap / 0.0.1 / BSTBinaryHeap.podspec.json
blobdfd1790a70f8d7a674112aff6ed8228072d8518e
2   "name": "BSTBinaryHeap",
3   "version": "0.0.1",
4   "summary": "BSTBinaryHeap is a wrapper of CFBinaryHeap",
5   "description": "BSTBinaryHeap is useful for making a priority queue using NSObject way",
6   "homepage": "https://github.com/OrangeVarko/",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "liangxiuchen": "liangxiu.chen.cn@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/OrangeVarko/BSTBinaryHeap.git",
16     "tag": "0.0.1"
17   },
18   "source_files": [
19     "classes",
20     "classes/**/*.{h,m}"
21   ],
22   "public_header_files": "classes/**/*.h",
23   "requires_arc": true,
24   "platforms": {
25     "osx": null,
26     "ios": null,
27     "tvos": null,
28     "watchos": null
29   }