2 "name": "TSCollections",
4 "summary": "TSCollections is a set of convenience classes that represents common collection patterns. Such as a stack or queue.",
5 "homepage": "https://github.com/laptobbe/TSCollections",
8 "Tobias Sundstrand": "tobias.sundstrand@gmail.com"
11 "git": "https://github.com/laptobbe/TSCollections.git",
18 "source_files": "Classes/TSStack.{h,m}"
22 "source_files": "Classes/TSQueue.{h,m}"
25 "name": "TSExpandingArray",
26 "source_files": "Classes/TSExpandingArray.{h,m}"
29 "name": "TSTwoDimensionalArray",
30 "source_files": "Classes/TSTwoDimensionalArray.{h,m}",
32 "TSCollections/TSExpandingArray": [