blob: b74ba3f881c3c94160119b617fd8847a152b1f01 [file] [log] [blame]
{
"name": "LinkedList",
"version": "0.0.1",
"summary": "A simple doubly linked list implementation",
"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",
"homepage": "https://github.com/panyam/LinkedList",
"license": "Apache License, Version 2.0",
"authors": {
"Sri Panyam": "sri.panyam@gmail.com"
},
"source": {
"git": "https://github.com/panyam/LinkedList.git",
"tag": "v0.0.1"
},
"source_files": [
"Sources",
"Sources/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude"
}