4 "summary": "A Swift implementation of the heap data structure.",
5 "description": "SwiftyHeap provides a heap data structure for the Swift programming language. MaxHeap<T> and MinHeap<T> can accept any generic class conforming to Swift's Comparable protocol.",
6 "homepage": "https://github.com/billy-mccann/swifty-heap",
12 "Bill McCann": "hyperfine262@gmail.com"
15 "git": "https://github.com/billy-mccann/swifty-heap.git",
21 "swift_versions": "5.0",
22 "source_files": "SwiftyHeap/Classes/**/*",
23 "swift_version": "5.0"