[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / f / 3 / d / DataStructures / 0.1.2 / DataStructures.podspec.json
blob3a4507cc9d00a8d119f0927a885ea47e15d91b1a
2   "name": "DataStructures",
3   "version": "0.1.2",
4   "summary": "Basic Implementation of DataStructures.",
5   "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",
6   "homepage": "https://github.com/VoyaGenius/DataStructures",
7   "license": "MIT",
8   "authors": {
9     "Harish Kashyap": "harish.k.kashyap@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/voyagenius/DataStructures.git",
13     "tag": "0.1.2"
14   },
15   "social_media_url": "https://twitter.com/voyagenius",
16   "requires_arc": true,
17   "source_files": "Classes",
18   "ios": {
19     "exclude_files": "Classes/osx"
20   },
21   "osx": {
22     "exclude_files": "Classes/ios"
23   }