blob: 39d54ed7bf7754eaa03b9900029a767b2bc93ec5 [file] [log] [blame]
{
"name": "NKLinkedList",
"version": "0.2.0",
"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.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "NKLinkedList/**/*",
"pushed_with_swift_version": "3.0"
}