[Add] AlibabacloudEcs20140526 3.0.0
[CocoaPods.git] / Specs / 8 / b / a / NKQueue / 0.1.2 / NKQueue.podspec.json
blob5c0b490f8b019bf30519d2b28b3d33ab99eb7ea8
2   "name": "NKQueue",
3   "version": "0.1.2",
4   "summary": "Implementation of Queue structure on Swift language based on LinkedList",
5   "description": "This is one of the most common data structures. You can find more information in the 'Algorithms (4th Edition)' book by Robert Sedgewick.",
6   "homepage": "https://github.com/NickKibish/Queue.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Mykola Kibysh": "mykola.kibysh@ticketmaster.com"
13   },
14   "source": {
15     "git": "https://github.com/NickKibish/Queue.git",
16     "tag": "0.1.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "NKQueue/**/*",
22   "dependencies": {
23     "NKLinkedList": [
25     ]
26   },
27   "pushed_with_swift_version": "3.0"