[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 8 / 0 / d / HarrierQueue / 0.0.2 / HarrierQueue.podspec.json
blob363027208964d95dc7caf03ceea5009c50a78063
2   "name": "HarrierQueue",
3   "version": "0.0.2",
4   "summary": "A Persistent Task Queue Written in Swift",
5   "description": "HarrierQueue is a Persistent Task Queue written in Swift. It is brand new and may have a few issues, but so far, it has survived testing!",
6   "homepage": "https://github.com/gchance22/HarrierQueue",
7   "license": "MIT",
8   "authors": {
9     "gchance22": "gtchance@colby.edu"
10   },
11   "source": {
12     "git": "https://github.com/gchance22/HarrierQueue.git",
13     "tag": "v0.0.2"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "HarrierQueue/**/*",
20   "dependencies": {
21     "SQLite.swift": [
22       "~> 0.9"
23     ]
24   }