[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 6 / 1 / 3 / Alpha / 0.3.1 / Alpha.podspec.json
blobd8a21674e6426a8d1696e0f4517364a2144b45f0
2   "name": "Alpha",
3   "version": "0.3.1",
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   "source": {
23     "git": "https://github.com/legoless/Alpha.git",
24     "tag": "0.3.1"
25   },
26   "platforms": {
27     "ios": "8.0"
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     },
36     {
37       "name": "Private",
38       "source_files": "Alpha/Private/**/*.{h,m}"
39     },
40     {
41       "name": "Utility",
42       "source_files": "Alpha/Utility/**/*.{h,m}"
43     },
44     {
45       "name": "Theme",
46       "source_files": "Alpha/Themes/**/*.{h,m}",
47       "dependencies": {
48         "Alpha/Asset": [
50         ],
51         "Alpha/Utility": [
53         ]
54       }
55     },
56     {
57       "name": "Model",
58       "source_files": "Alpha/Model/**/*.{h,m}",
59       "dependencies": {
60         "Alpha/Utility": [
62         ],
63         "Alpha/Theme": [
65         ]
66       }
67     },
68     {
69       "name": "Core",
70       "source_files": "Alpha/Manager/**/*.{h,m}",
71       "dependencies": {
72         "Alpha/Asset": [
74         ],
75         "Alpha/Theme": [
77         ],
78         "Alpha/Model": [
80         ],
81         "Alpha/Private": [
83         ]
84       }
85     },
86     {
87       "name": "Integration",
88       "source_files": "Alpha/Integration/**/*.{h,m}",
89       "dependencies": {
90         "Alpha/Core": [
92         ]
93       }
94     },
95     {
96       "name": "View",
97       "source_files": "Alpha/View/**/*.{h,m}",
98       "dependencies": {
99         "Alpha/Core": [
101         ]
102       }
103     },
104     {
105       "name": "Palettes",
106       "source_files": "Alpha/Palettes/**/*.{h,m}",
107       "dependencies": {
108         "Alpha/Theme": [
110         ]
111       }
112     },
113     {
114       "name": "Render",
115       "source_files": "Alpha/Renderers/**/*.{h,m}",
116       "dependencies": {
117         "Alpha/Core": [
119         ],
120         "Alpha/View": [
122         ]
123       }
124     },
125     {
126       "name": "Trigger",
127       "source_files": "Alpha/Triggers/**/*.{h,m}",
128       "dependencies": {
129         "Alpha/Core": [
131         ]
132       }
133     },
134     {
135       "name": "Bonjour",
136       "source_files": "Alpha/Bonjour/**/*.{h,m}"
137     },
138     {
139       "name": "Interface",
140       "source_files": "Alpha/Plugins/Interface/**/*.{h,m}",
141       "dependencies": {
142         "Alpha/Core": [
144         ],
145         "Alpha/Render": [
147         ]
148       }
149     },
150     {
151       "name": "Application",
152       "source_files": "Alpha/Plugins/Application/**/*.{h,m}",
153       "dependencies": {
154         "Alpha/Core": [
156         ]
157       }
158     },
159     {
160       "name": "Server",
161       "source_files": "Alpha/Plugins/Server/**/*.{h,m}",
162       "dependencies": {
163         "Alpha/Core": [
165         ],
166         "Alpha/Bonjour": [
168         ]
169       }
170     },
171     {
172       "name": "Bootstrap",
173       "source_files": "Alpha/Plugins/Bootstrap/**/*.{h,m}",
174       "dependencies": {
175         "Alpha/Core": [
177         ]
178       }
179     },
180     {
181       "name": "Console",
182       "source_files": "Alpha/Plugins/Console/**/*.{h,m}",
183       "dependencies": {
184         "Alpha/Core": [
186         ]
187       }
188     },
189     {
190       "name": "Event",
191       "source_files": "Alpha/Plugins/Event/**/*.{h,m}",
192       "dependencies": {
193         "Alpha/Core": [
195         ]
196       }
197     },
198     {
199       "name": "File",
200       "source_files": "Alpha/Plugins/File/**/*.{h,m}",
201       "dependencies": {
202         "Alpha/Core": [
204         ]
205       }
206     },
207     {
208       "name": "Global",
209       "source_files": "Alpha/Plugins/Global/**/*.{h,m}",
210       "dependencies": {
211         "Alpha/Core": [
213         ],
214         "Alpha/Object": [
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": "Keychain",
236       "source_files": "Alpha/Plugins/Keychain/**/*.{h,m}",
237       "dependencies": {
238         "Alpha/Core": [
240         ]
241       }
242     },
243     {
244       "name": "Network",
245       "source_files": "Alpha/Plugins/Network/**/*.{h,m}",
246       "dependencies": {
247         "Alpha/Core": [
249         ]
250       }
251     },
252     {
253       "name": "Notification",
254       "source_files": "Alpha/Plugins/Notification/**/*.{h,m}",
255       "dependencies": {
256         "Alpha/Core": [
258         ]
259       }
260     },
261     {
262       "name": "Object",
263       "source_files": "Alpha/Plugins/Object/**/*.{h,m}",
264       "dependencies": {
265         "Alpha/Core": [
267         ],
268         "Alpha/Render": [
270         ]
271       }
272     },
273     {
274       "name": "Permission",
275       "source_files": "Alpha/Plugins/Permission/**/*.{h,m}",
276       "dependencies": {
277         "Alpha/Core": [
279         ]
280       }
281     },
282     {
283       "name": "Remote",
284       "source_files": "Alpha/Plugins/Screenshot/**/*.{h,m}",
285       "dependencies": {
286         "Alpha/Core": [
288         ],
289         "Alpha/Bonjour": [
291         ]
292       }
293     },
294     {
295       "name": "Screenshot",
296       "source_files": "Alpha/Plugins/Screenshot/**/*.{h,m}",
297       "dependencies": {
298         "Alpha/Core": [
300         ]
301       }
302     },
303     {
304       "name": "State",
305       "source_files": "Alpha/Plugins/State/**/*.{h,m}",
306       "dependencies": {
307         "Alpha/Core": [
309         ]
310       },
311       "frameworks": "CoreTelephony"
312     },
313     {
314       "name": "Touch",
315       "source_files": "Alpha/Plugins/Touch/**/*.{h,m}",
316       "dependencies": {
317         "Alpha/Core": [
319         ]
320       }
321     },
322     {
323       "name": "ViewHierarchy",
324       "source_files": "Alpha/Plugins/View/**/*.{h,m}",
325       "dependencies": {
326         "Alpha/Integration": [
328         ],
329         "Alpha/Render": [
331         ]
332       }
333     }
334   ]