2 "name": "TSCollections",
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",
9 "Tobias Sundstrand": "tobias.sundstrand@gmail.com"
12 "git": "https://github.com/laptobbe/TSCollections.git",
19 "source_files": "Classes/NSMutableArray+TSStack.{h,m}"
23 "source_files": "Classes/NSMutableArray+TSQueue.{h,m}"
26 "name": "TSExpandingArray",
27 "source_files": "Classes/TSExpandingArray.{h,m}"
30 "name": "TSTwoDimensionalArray",
31 "source_files": "Classes/TSTwoDimensionalArray.{h,m}",
33 "TSCollections/TSExpandingArray": [