[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / c / 3 / 1 / TSCollections / 0.2 / TSCollections.podspec.json
blobd373385c5fead1d08f2e0e2e96a6a4fdf3941938
2   "name": "TSCollections",
3   "version": "0.2",
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",
6   "license": "MIT",
7   "authors": {
8     "Tobias Sundstrand": "tobias.sundstrand@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/laptobbe/TSCollections.git",
12     "tag": "0.2"
13   },
14   "requires_arc": true,
15   "subspecs": [
16     {
17       "name": "TSStack",
18       "source_files": "Classes/TSStack.{h,m}"
19     },
20     {
21       "name": "TSQueue",
22       "source_files": "Classes/TSQueue.{h,m}"
23     },
24     {
25       "name": "TSExpandingArray",
26       "source_files": "Classes/TSExpandingArray.{h,m}"
27     },
28     {
29       "name": "TSTwoDimensionalArray",
30       "source_files": "Classes/TSTwoDimensionalArray.{h,m}",
31       "dependencies": {
32         "TSCollections/TSExpandingArray": [
34         ]
35       }
36     }
37   ]