2 "name": "NKLinkedList",
4 "summary": "Implementation of LinkedList structure on Swift language",
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/LinkedList.git",
12 "Mykola Kibysh": "mykola.kibysh@ticketmaster.com"
15 "git": "https://github.com/NickKibish/LinkedList.git",
21 "source_files": "NKLinkedList/**/*",
22 "pushed_with_swift_version": "3.0"