[Add] AcousticConnect 1.0.47
[CocoaPods.git] / Specs / 6 / 4 / c / ToolKit / 0.17.4 / ToolKit.podspec.json
blob497b438b5e22909468eb1c48871cdc93aa6ae5e2
2   "name": "ToolKit",
3   "version": "0.17.4",
4   "summary": "A toolkit for iOS",
5   "homepage": "https://github.com/zsoltmikola/ToolKit",
6   "license": "Apache v2 License",
7   "authors": "zsoltmikola",
8   "platforms": {
9     "ios": "7.0"
10   },
11   "source": {
12     "git": "https://github.com/zsoltmikola/ToolKit.git",
13     "tag": "0.17.4"
14   },
15   "source_files": "ToolKit/ToolKit.h",
16   "requires_arc": true,
17   "subspecs": [
18     {
19       "name": "Multithreading",
20       "source_files": "ToolKit/Multithreading/*.{h,m}"
21     },
22     {
23       "name": "DependencyInjection",
24       "source_files": "ToolKit/TKDependencyInjector.{h,m}"
25     },
26     {
27       "name": "Serializer",
28       "source_files": "ToolKit/TKSerializer.{h,m}"
29     },
30     {
31       "name": "Managers",
32       "source_files": "ToolKit/Managers/*.{h,m}"
33     },
34     {
35       "name": "Extensions",
36       "source_files": "ToolKit/Extensions/*.{h,m}"
37     },
38     {
39       "name": "Caching",
40       "dependencies": {
41         "ToolKit/Multithreading": [
43         ],
44         "ToolKit/Extensions": [
46         ]
47       },
48       "source_files": "ToolKit/Caching/*.{h,m}"
49     },
50     {
51       "name": "Logging",
52       "dependencies": {
53         "ToolKit/Multithreading": [
55         ]
56       },
57       "source_files": "ToolKit/Logging/*.{h,m}"
58     },
59     {
60       "name": "Networking",
61       "dependencies": {
62         "ToolKit/Multithreading": [
64         ],
65         "ToolKit/Serializer": [
67         ]
68       },
69       "source_files": "ToolKit/Networking/*.{h,m}"
70     }
71   ]