4 "summary": "VMStack is a linked list stack implementation in Swift.",
5 "description": "VMStack is a lightweight linked list of Any type of elements. VMSortableStack is a stack of numeric elements. Sorting is implemented through a recursive insertion",
6 "homepage": "https://github.com/VarvaraMironova/VMStack.git",
11 "authors": "Varvara Myronova",
16 "git": "https://github.com/VarvaraMironova/VMStack.git",
19 "source_files": "Sources/*.swift",
20 "swift_versions": "5.2",
21 "swift_version": "5.2"