[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / e / c / 3 / SwiftLinkedList / 0.0.2 / SwiftLinkedList.podspec.json
blob3ff82d314a3f989b3cb93c7d416d26168ea1d519
2   "name": "SwiftLinkedList",
3   "version": "0.0.2",
4   "summary": "A linked list Implemented based on java Linked List.",
5   "description": "Linked list implementation of the List interface. In addition to the\nmethods of the List interface, this class provides access to the first\nand last list elements in O(1) time for easy stack, queue, or double-ended\nqueue (deque) creation. The list is doubly-linked, with traversal to a\ngiven index starting from the end closest to the element.",
6   "homepage": "https://github.com/Imanmf/SwiftDataStructure",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "mosayyebi": "iman.mosayyebi@gmail.com"
13   },
14   "platforms": {
15     "ios": "12.0",
16     "osx": "10.13"
17   },
18   "source": {
19     "git": "https://github.com/Imanmf/SwiftDataStructure.git",
20     "tag": "0.0.2"
21   },
22   "source_files": "LinkedList/**/*.swift",
23   "swift_versions": [
24     "5.0",
25     "5.1",
26     "5.2",
27     "5.3"
28   ],
29   "swift_version": "5.3"