blob: 1e154ace17a2ea1816e41d93ec205e04b60d2470 [file] [log] [blame]
{
"name": "DataStructures",
"version": "0.1.3",
"summary": "Basic Implementation of DataStructures.",
"description": " Contains Implementation of following type of DataStructures:\n\n * Linked List\n * Double Linked List\n\t\t * Binary Tree\n\t\t * Factory class to generate various nodes.\n\t\t * Stack\n\t\t * Queue\n\t\t * Factory class to generate Data Structures\n",
"homepage": "https://github.com/harishkashyap/DataStructures",
"license": "MIT",
"authors": {
"Harish Kashyap": "harish.k.kashyap@gmail.com"
},
"source": {
"git": "https://github.com/harishkashyap/DataStructures.git",
"tag": "0.1.3"
},
"social_media_url": "https://twitter.com/hkashyap",
"requires_arc": true,
"source_files": "Pod/Classes",
"ios": {
"exclude_files": "Classes/osx"
},
"osx": {
"exclude_files": "Classes/ios"
}
}