blob: b180e3241b361962ad61486f8c63f5f6120fe05c [file] [log] [blame]
{
"name": "SwiftPriorityQueue",
"version": "1.1.2",
"license": "MIT",
"summary": "A Generic Priority Queue in Pure Swift",
"homepage": "https://github.com/davecom/SwiftPriorityQueue",
"social_media_url": "https://twitter.com/davekopec",
"authors": {
"David Kopec": "david@oaksnow.com"
},
"source": {
"git": "https://github.com/davecom/SwiftPriorityQueue.git",
"tag": "1.1.2"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "Sources/SwiftPriorityQueue.swift",
"requires_arc": true,
"pushed_with_swift_version": "3.0"
}