[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / c / 3 / 1 / TSCollections / 0.3.2 / TSCollections.podspec.json
blobb7864847a68f3b67d0b3a69826f03efeab131b61
2   "name": "TSCollections",
3   "version": "0.3.2",
4   "summary": "Implementation of stack, queue, expanding array and two dimensinal array",
5   "description": "                   TSCollections inclundes implemenations for stack, queue, expanding array and \n\t\ttwo dimensional array (implemented with the expanding arrays). There is a subspec \n\t\tfor each collecitons so you only have to include what you need in your code.\n",
6   "homepage": "https://github.com/laptobbe/TSCollections",
7   "license": "MIT",
8   "authors": {
9     "Tobias Sundstrand": "tobias.sundstrand@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/laptobbe/TSCollections.git",
13     "tag": "0.3.2"
14   },
15   "requires_arc": true,
16   "subspecs": [
17     {
18       "name": "TSStack",
19       "source_files": "Classes/NSMutableArray+TSStack.{h,m}"
20     },
21     {
22       "name": "TSQueue",
23       "source_files": "Classes/NSMutableArray+TSQueue.{h,m}"
24     },
25     {
26       "name": "TSExpandingArray",
27       "source_files": "Classes/TSExpandingArray.{h,m}"
28     },
29     {
30       "name": "TSTwoDimensionalArray",
31       "source_files": "Classes/TSTwoDimensionalArray.{h,m}",
32       "dependencies": {
33         "TSCollections/TSExpandingArray": [
35         ]
36       }
37     }
38   ]