[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 3 / f / 4 / MCBinaryHeap / 0.1 / MCBinaryHeap.podspec.json
blob4cc0ef2494a40eaf2d4f3bceb3ee648de5a15764
2   "name": "MCBinaryHeap",
3   "version": "0.1",
4   "platforms": {
5     "ios": "7.0",
6     "osx": "10.9"
7   },
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "summary": "An Objective-C wrapper of CFBinaryHeap. Core Foundation priority queue implementation.",
13   "homepage": "https://github.com/matthewcheok/MCBinaryHeap",
14   "authors": {
15     "Matthew Cheok": "cheok.jz@gmail.com"
16   },
17   "requires_arc": true,
18   "source": {
19     "git": "https://github.com/matthewcheok/MCBinaryHeap.git",
20     "branch": "master",
21     "tag": "0.1"
22   },
23   "source_files": "MCBinaryHeap/*.{h,m}",
24   "public_header_files": "MCBinaryHeap/*.h"