blob: 880a6cb70328444ed0203ab8a0dac852c0087569 [file] [log] [blame]
{
"name": "DataStructures",
"version": "0.1.0",
"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 method to generate various nodes.\n",
"homepage": "https://github.com/VoyaGenius/DataStructures",
"license": "MIT",
"authors": {
"Harish Kashyap": "harish.k.kashyap@gmail.com"
},
"source": {
"git": "https://github.com/voyagenius/DataStructures.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/voyagenius",
"requires_arc": true,
"source_files": "Classes",
"ios": {
"exclude_files": "Classes/osx"
},
"osx": {
"exclude_files": "Classes/ios"
}
}