blob: d7e1077b4e531791735e6c84cdf8da600fa4410e [file] [log] [blame]
{
"name": "NVLinkedList",
"version": "0.0.1",
"summary": "Linked List data structure.",
"description": "A linked list is a linear collection of data elements, whose order is not given by their physical placement in memory",
"homepage": "https://github.com/nik3212/LinkedList",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Nikita Vasilev": "nv3212@gmail.com"
},
"source": {
"git": "https://github.com/nik3212/LinkedList.git",
"tag": "0.0.1"
},
"platforms": {
"osx": "10.10"
},
"source_files": [
"LinkedList",
"Source/**/*.{h,m,swift}"
]
}