[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 7 / 0 / 9 / LinkedList / 0.0.1 / LinkedList.podspec.json
blobb74ba3f881c3c94160119b617fd8847a152b1f01
2   "name": "LinkedList",
3   "version": "0.0.1",
4   "summary": "A simple doubly linked list implementation",
5   "description": "                   A longer description of LinkedList in Markdown format.\n\n                   * Think: Why did you write this? What is the focus? What does it do?\n                   * CocoaPods will be using this to generate tags, and improve search results.\n                   * Try to keep it short, snappy and to the point.\n                   * Finally, don't worry about the indent, CocoaPods strips it!\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   "source": {
12     "git": "https://github.com/panyam/LinkedList.git",
13     "tag": "v0.0.1"
14   },
15   "source_files": [
16     "Sources",
17     "Sources/**/*.{h,m}"
18   ],
19   "exclude_files": "Classes/Exclude"