[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 7 / 0 / 9 / LinkedList / 0.0.11 / LinkedList.podspec.json
blob9938537e304ed3c4047b159d6452ca77b70a9aac
2   "name": "LinkedList",
3   "version": "0.0.11",
4   "summary": "A simple doubly linked list implementation",
5   "description": "  \t\t\t\t   A raw C based implementation of a doubly linked list implementation to build from.\n",
6   "homepage": "https://github.com/panyam/LinkedList",
7   "license": "Apache License, Version 2.0",
8   "authors": {
9     "Sri Panyam": "sri.panyam@gmail.com"
10   },
11   "social_media_url": "http://panyam.wordpress.com",
12   "source": {
13     "git": "https://github.com/panyam/LinkedList.git",
14     "tag": "v0.0.11"
15   },
16   "source_files": [
17     "LinkedList",
18     "LinkedList/*.{h,m}"
19   ]