[Add] SpikeSDK 4.0.11-beta.5
[CocoaPods.git] / Specs / 7 / 0 / 9 / LinkedList / 0.0.7 / LinkedList.podspec.json
blob40b2c43464bf5fbfec470eb84dc9ba62e6d41b12
2   "name": "LinkedList",
3   "version": "0.0.7",
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.7"
15   },
16   "source_files": [
17     "LinkedList",
18     "LinkedList/*.{h,m}"
19   ]