[Add] ACWebSocketClient 0.1.0
[CocoaPods.git] / Specs / 6 / 1 / 3 / Alpha / 0.2.8 / Alpha.podspec.json
blob44db271a3aaf559073642216d5f1846a3f2495e0
2   "name": "Alpha",
3   "version": "0.2.8",
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.8"
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         "Alpha/Object": [
219         ]
220       }
221     },
222     {
223       "name": "Heap",
224       "source_files": "Alpha/Plugins/Heap/**/*.{h,m}",
225       "dependencies": {
226         "Alpha/Core": [
228         ],
229         "Alpha/Object": [
231         ],
232         "Alpha/Global": [
234         ]
235       }
236     },
237     {
238       "name": "Keychain",
239       "source_files": "Alpha/Plugins/Keychain/**/*.{h,m}",
240       "dependencies": {
241         "Alpha/Core": [
243         ]
244       }
245     },
246     {
247       "name": "Network",
248       "source_files": "Alpha/Plugins/Network/**/*.{h,m}",
249       "dependencies": {
250         "Alpha/Core": [
252         ]
253       }
254     },
255     {
256       "name": "Notification",
257       "source_files": "Alpha/Plugins/Notification/**/*.{h,m}",
258       "dependencies": {
259         "Alpha/Core": [
261         ]
262       }
263     },
264     {
265       "name": "Object",
266       "source_files": "Alpha/Plugins/Object/**/*.{h,m}",
267       "dependencies": {
268         "Alpha/Core": [
270         ],
271         "Alpha/Render": [
273         ]
274       }
275     },
276     {
277       "name": "Remote",
278       "source_files": "Alpha/Plugins/Screenshot/**/*.{h,m}",
279       "dependencies": {
280         "Alpha/Core": [
282         ],
283         "DTBonjour": [
285         ]
286       }
287     },
288     {
289       "name": "Screenshot",
290       "source_files": "Alpha/Plugins/Screenshot/**/*.{h,m}",
291       "dependencies": {
292         "Alpha/Core": [
294         ]
295       }
296     },
297     {
298       "name": "State",
299       "source_files": "Alpha/Plugins/State/**/*.{h,m}",
300       "dependencies": {
301         "Alpha/Core": [
303         ]
304       },
305       "frameworks": "CoreTelephony"
306     },
307     {
308       "name": "Touch",
309       "source_files": "Alpha/Plugins/Touch/**/*.{h,m}",
310       "dependencies": {
311         "Alpha/Core": [
313         ]
314       }
315     },
316     {
317       "name": "ViewHierarchy",
318       "source_files": "Alpha/Plugins/View/**/*.{h,m}",
319       "dependencies": {
320         "Alpha/Integration": [
322         ],
323         "Alpha/Render": [
325         ]
326       }
327     }
328   ]