blob: 3a413e6f8a0a0caf2d7262070716513d9094ff8a [file] [log] [blame]
{
"name": "NKLinkedList",
"version": "0.2.3",
"summary": "Implementation of LinkedList structure on Swift language",
"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/LinkedList.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mykola Kibysh": "mykola.kibysh@ticketmaster.com"
},
"source": {
"git": "https://github.com/NickKibish/LinkedList.git",
"tag": "0.2.3"
},
"platforms": {
"ios": "8.0"
},
"source_files": "NKLinkedList/**/*",
"pushed_with_swift_version": "3.0"
}