[Add] TensorFlowLiteObjC 0.0.1-nightly.20241226
[CocoaPods.git] / Specs / 6 / 1 / 3 / Alpha / 0.2.6 / Alpha.podspec.json
blob200861da2f42ebb2f97a2c97f9041fd1002d6333
2   "name": "Alpha",
3   "version": "0.2.6",
4   "summary": "Next generation debugging framework for iOS",
5   "description": "- A simple unified debugging plugin API.\n- Lives entirely in app sandbox.\n- Easy integration with no code changes.\n- Display device information, network connections and console logs.\n- Log push notifications and inspect payload.\n- Follow application life-cycle and user events.",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "homepage": "https://github.com/legoless/Alpha",
11   "screenshots": [
12     "https://raw.githubusercontent.com/Legoless/Alpha/master/Resources/Intro.gif",
13     "https://raw.githubusercontent.com/Legoless/Alpha/master/Resources/Default_Theme.png",
14     "https://raw.githubusercontent.com/Legoless/Alpha/master/Resources/Formentera_Theme.png",
15     "https://raw.githubusercontent.com/Legoless/Alpha/master/Resources/Notio_Theme.png"
16   ],
17   "documentation_url": "https://github.com/Legoless/Alpha/wiki",
18   "authors": {
19     "Dal Rupnik": "legoless@gmail.com"
20   },
21   "social_media_url": "https://twitter.com/thelegoless",
22   "platforms": {
23     "ios": "8.0"
24   },
25   "source": {
26     "git": "https://github.com/legoless/Alpha.git",
27     "tag": "0.2.6"
28   },
29   "source_files": "Alpha/Alpha.h",
30   "requires_arc": true,
31   "subspecs": [
32     {
33       "name": "Asset",
34       "source_files": "Alpha/Asset/**/*.{h,m}",
35       "dependencies": {
36         "Haystack": [
38         ]
39       }
40     },
41     {
42       "name": "Private",
43       "source_files": "Alpha/Private/**/*.{h,m}"
44     },
45     {
46       "name": "Utility",
47       "source_files": "Alpha/Utility/**/*.{h,m}",
48       "dependencies": {
49         "Haystack": [
51         ]
52       }
53     },
54     {
55       "name": "Theme",
56       "source_files": "Alpha/Themes/**/*.{h,m}",
57       "dependencies": {
58         "Alpha/Asset": [
60         ]
61       }
62     },
63     {
64       "name": "Model",
65       "source_files": "Alpha/Model/**/*.{h,m}",
66       "dependencies": {
67         "Alpha/Utility": [
69         ],
70         "Alpha/Theme": [
72         ]
73       }
74     },
75     {
76       "name": "Core",
77       "source_files": "Alpha/Manager/**/*.{h,m}",
78       "dependencies": {
79         "Alpha/Asset": [
81         ],
82         "Alpha/Theme": [
84         ],
85         "Alpha/Model": [
87         ],
88         "Alpha/Private": [
90         ]
91       }
92     },
93     {
94       "name": "Integration",
95       "source_files": "Alpha/Integration/**/*.{h,m}",
96       "dependencies": {
97         "Alpha/Core": [
99         ]
100       }
101     },
102     {
103       "name": "View",
104       "source_files": "Alpha/View/**/*.{h,m}",
105       "dependencies": {
106         "Alpha/Core": [
108         ]
109       }
110     },
111     {
112       "name": "Palettes",
113       "source_files": "Alpha/Palettes/**/*.{h,m}",
114       "dependencies": {
115         "Alpha/Theme": [
117         ]
118       }
119     },
120     {
121       "name": "Render",
122       "source_files": "Alpha/Renderers/**/*.{h,m}",
123       "dependencies": {
124         "Alpha/Core": [
126         ],
127         "Alpha/View": [
129         ]
130       }
131     },
132     {
133       "name": "Trigger",
134       "source_files": "Alpha/Triggers/**/*.{h,m}",
135       "dependencies": {
136         "Alpha/Core": [
138         ]
139       }
140     },
141     {
142       "name": "Interface",
143       "source_files": "Alpha/Plugins/Interface/**/*.{h,m}",
144       "dependencies": {
145         "Alpha/Core": [
147         ],
148         "Alpha/Render": [
150         ]
151       }
152     },
153     {
154       "name": "Application",
155       "source_files": "Alpha/Plugins/Application/**/*.{h,m}",
156       "dependencies": {
157         "Alpha/Core": [
159         ]
160       }
161     },
162     {
163       "name": "Bonjour",
164       "source_files": "Alpha/Plugins/Bonjour/**/*.{h,m}",
165       "dependencies": {
166         "Alpha/Core": [
168         ],
169         "DTBonjour": [
171         ]
172       }
173     },
174     {
175       "name": "Bootstrap",
176       "source_files": "Alpha/Plugins/Bootstrap/**/*.{h,m}",
177       "dependencies": {
178         "Alpha/Core": [
180         ]
181       }
182     },
183     {
184       "name": "Console",
185       "source_files": "Alpha/Plugins/Console/**/*.{h,m}",
186       "dependencies": {
187         "Alpha/Core": [
189         ]
190       }
191     },
192     {
193       "name": "Event",
194       "source_files": "Alpha/Plugins/Event/**/*.{h,m}",
195       "dependencies": {
196         "Alpha/Core": [
198         ]
199       }
200     },
201     {
202       "name": "File",
203       "source_files": "Alpha/Plugins/File/**/*.{h,m}",
204       "dependencies": {
205         "Alpha/Core": [
207         ]
208       }
209     },
210     {
211       "name": "Global",
212       "source_files": "Alpha/Plugins/Global/**/*.{h,m}",
213       "dependencies": {
214         "Alpha/Core": [
216         ]
217       }
218     },
219     {
220       "name": "Heap",
221       "source_files": "Alpha/Plugins/Heap/**/*.{h,m}",
222       "dependencies": {
223         "Alpha/Core": [
225         ],
226         "Alpha/Object": [
228         ],
229         "Alpha/Global": [
231         ]
232       }
233     },
234     {
235       "name": "Network",
236       "source_files": "Alpha/Plugins/Network/**/*.{h,m}",
237       "dependencies": {
238         "Alpha/Core": [
240         ]
241       }
242     },
243     {
244       "name": "Notification",
245       "source_files": "Alpha/Plugins/Notification/**/*.{h,m}",
246       "dependencies": {
247         "Alpha/Core": [
249         ]
250       }
251     },
252     {
253       "name": "Object",
254       "source_files": "Alpha/Plugins/Object/**/*.{h,m}",
255       "dependencies": {
256         "Alpha/Core": [
258         ],
259         "Alpha/Global": [
261         ],
262         "Alpha/Render": [
264         ]
265       }
266     },
267     {
268       "name": "Remote",
269       "source_files": "Alpha/Plugins/Screenshot/**/*.{h,m}",
270       "dependencies": {
271         "Alpha/Core": [
273         ],
274         "DTBonjour": [
276         ]
277       }
278     },
279     {
280       "name": "Screenshot",
281       "source_files": "Alpha/Plugins/Screenshot/**/*.{h,m}",
282       "dependencies": {
283         "Alpha/Core": [
285         ]
286       }
287     },
288     {
289       "name": "State",
290       "source_files": "Alpha/Plugins/State/**/*.{h,m}",
291       "dependencies": {
292         "Alpha/Core": [
294         ]
295       },
296       "frameworks": "CoreTelephony"
297     },
298     {
299       "name": "Touch",
300       "source_files": "Alpha/Plugins/Touch/**/*.{h,m}",
301       "dependencies": {
302         "Alpha/Core": [
304         ]
305       }
306     },
307     {
308       "name": "ViewHierarchy",
309       "source_files": "Alpha/Plugins/View/**/*.{h,m}",
310       "dependencies": {
311         "Alpha/Integration": [
313         ],
314         "Alpha/Render": [
316         ]
317       }
318     }
319   ]