blob: 5c0b490f8b019bf30519d2b28b3d33ab99eb7ea8 [file] [log] [blame]
{
"name": "NKQueue",
"version": "0.1.2",
"summary": "Implementation of Queue structure on Swift language based on LinkedList",
"description": "This is one of the most common data structures. You can find more information in the 'Algorithms (4th Edition)' book by Robert Sedgewick.",
"homepage": "https://github.com/NickKibish/Queue.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mykola Kibysh": "mykola.kibysh@ticketmaster.com"
},
"source": {
"git": "https://github.com/NickKibish/Queue.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "NKQueue/**/*",
"dependencies": {
"NKLinkedList": [
]
},
"pushed_with_swift_version": "3.0"
}