[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / 9 / c / PriorityQueue-Swift / 0.1.1 / PriorityQueue-Swift.podspec.json
blob77428e00e922eb3d32edeb6a6ee11e4f084890a2
2   "name": "PriorityQueue-Swift",
3   "version": "0.1.1",
4   "summary": "A Swift Priority Queue",
5   "description": "A Priority Queue is a handy data structure that is now available in Swift.",
6   "homepage": "https://github.com/hsuanchih/PriorityQueue-Swift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Hsuan-Chih Chuang": "hsuanchih.chuang@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/hsuanchih/PriorityQueue-Swift.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "PriorityQueue-Swift/Classes/**/*",
22   "swift_versions": "4.0",
23   "swift_version": "4.0"