[Add] FireworkVideoUI 0.2.9
[CocoaPods.git] / Specs / 8 / d / c / SwiftPriorityQueue / 1.2.0 / SwiftPriorityQueue.podspec.json
blob96e4160ba454b1bc123b18a8a3be4d44f5bd6116
2   "name": "SwiftPriorityQueue",
3   "version": "1.2.0",
4   "license": "MIT",
5   "summary": "A Generic Priority Queue in Pure Swift",
6   "homepage": "https://github.com/davecom/SwiftPriorityQueue",
7   "social_media_url": "https://twitter.com/davekopec",
8   "authors": {
9     "David Kopec": "david@oaksnow.com"
10   },
11   "source": {
12     "git": "https://github.com/davecom/SwiftPriorityQueue.git",
13     "tag": "1.2.0"
14   },
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.9",
18     "tvos": "9.0",
19     "watchos": "2.0"
20   },
21   "source_files": "Sources/SwiftPriorityQueue.swift",
22   "requires_arc": true,
23   "pushed_with_swift_version": "4.0"