blob: 85be35a3127022ab1d16129aad7b8aff767a6d90 [file] [log] [blame]
{
"name": "VMStack",
"version": "1.0.3",
"summary": "VMStack is a linked list stack implementation in Swift.",
"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",
"homepage": "https://github.com/VarvaraMironova/VMStack.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Varvara Myronova",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/VarvaraMironova/VMStack.git",
"tag": "v1.0.3"
},
"source_files": "Sources/*.swift",
"swift_versions": "5.2",
"swift_version": "5.2"
}