[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 8 / d / c / SwiftPriorityQueue / 1.0 / SwiftPriorityQueue.podspec.json
blob3f3ade91445c548100eeabfeb3a4b4d798eed5aa
2   "name": "SwiftPriorityQueue",
3   "version": "1.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.0"
14   },
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.9"
18   },
19   "source_files": "SwiftPriorityQueue/SwiftPriorityQueue.swift",
20   "requires_arc": true