[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / 3 / 2 / VMStack / 1.0.3 / VMStack.podspec.json
blob85be35a3127022ab1d16129aad7b8aff767a6d90
2   "name": "VMStack",
3   "version": "1.0.3",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "Varvara Myronova",
12   "platforms": {
13     "ios": "8.0"
14   },
15   "source": {
16     "git": "https://github.com/VarvaraMironova/VMStack.git",
17     "tag": "v1.0.3"
18   },
19   "source_files": "Sources/*.swift",
20   "swift_versions": "5.2",
21   "swift_version": "5.2"