[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 6 / 1 / 3 / Alpha / 0.3.0 / Alpha.podspec.json
blob523032ed668b5ef553f15450e7a1590a533e4a34
2   "name": "Alpha",
3   "version": "0.3.0",
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.0"
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": "Interface",
136       "source_files": "Alpha/Plugins/Interface/**/*.{h,m}",
137       "dependencies": {
138         "Alpha/Core": [
140         ],
141         "Alpha/Render": [
143         ]
144       }
145     },
146     {
147       "name": "Application",
148       "source_files": "Alpha/Plugins/Application/**/*.{h,m}",
149       "dependencies": {
150         "Alpha/Core": [
152         ]
153       }
154     },
155     {
156       "name": "Bonjour",
157       "source_files": "Alpha/Plugins/Bonjour/**/*.{h,m}",
158       "dependencies": {
159         "Alpha/Core": [
161         ],
162         "DTBonjour": [
164         ]
165       }
166     },
167     {
168       "name": "Bootstrap",
169       "source_files": "Alpha/Plugins/Bootstrap/**/*.{h,m}",
170       "dependencies": {
171         "Alpha/Core": [
173         ]
174       }
175     },
176     {
177       "name": "Console",
178       "source_files": "Alpha/Plugins/Console/**/*.{h,m}",
179       "dependencies": {
180         "Alpha/Core": [
182         ]
183       }
184     },
185     {
186       "name": "Event",
187       "source_files": "Alpha/Plugins/Event/**/*.{h,m}",
188       "dependencies": {
189         "Alpha/Core": [
191         ]
192       }
193     },
194     {
195       "name": "File",
196       "source_files": "Alpha/Plugins/File/**/*.{h,m}",
197       "dependencies": {
198         "Alpha/Core": [
200         ]
201       }
202     },
203     {
204       "name": "Global",
205       "source_files": "Alpha/Plugins/Global/**/*.{h,m}",
206       "dependencies": {
207         "Alpha/Core": [
209         ],
210         "Alpha/Object": [
212         ]
213       }
214     },
215     {
216       "name": "Heap",
217       "source_files": "Alpha/Plugins/Heap/**/*.{h,m}",
218       "dependencies": {
219         "Alpha/Core": [
221         ],
222         "Alpha/Object": [
224         ],
225         "Alpha/Global": [
227         ]
228       }
229     },
230     {
231       "name": "Keychain",
232       "source_files": "Alpha/Plugins/Keychain/**/*.{h,m}",
233       "dependencies": {
234         "Alpha/Core": [
236         ]
237       }
238     },
239     {
240       "name": "Network",
241       "source_files": "Alpha/Plugins/Network/**/*.{h,m}",
242       "dependencies": {
243         "Alpha/Core": [
245         ]
246       }
247     },
248     {
249       "name": "Notification",
250       "source_files": "Alpha/Plugins/Notification/**/*.{h,m}",
251       "dependencies": {
252         "Alpha/Core": [
254         ]
255       }
256     },
257     {
258       "name": "Object",
259       "source_files": "Alpha/Plugins/Object/**/*.{h,m}",
260       "dependencies": {
261         "Alpha/Core": [
263         ],
264         "Alpha/Render": [
266         ]
267       }
268     },
269     {
270       "name": "Permission",
271       "source_files": "Alpha/Plugins/Permission/**/*.{h,m}",
272       "dependencies": {
273         "Alpha/Core": [
275         ]
276       }
277     },
278     {
279       "name": "Remote",
280       "source_files": "Alpha/Plugins/Screenshot/**/*.{h,m}",
281       "dependencies": {
282         "Alpha/Core": [
284         ],
285         "DTBonjour": [
287         ]
288       }
289     },
290     {
291       "name": "Screenshot",
292       "source_files": "Alpha/Plugins/Screenshot/**/*.{h,m}",
293       "dependencies": {
294         "Alpha/Core": [
296         ]
297       }
298     },
299     {
300       "name": "State",
301       "source_files": "Alpha/Plugins/State/**/*.{h,m}",
302       "dependencies": {
303         "Alpha/Core": [
305         ]
306       },
307       "frameworks": "CoreTelephony"
308     },
309     {
310       "name": "Touch",
311       "source_files": "Alpha/Plugins/Touch/**/*.{h,m}",
312       "dependencies": {
313         "Alpha/Core": [
315         ]
316       }
317     },
318     {
319       "name": "ViewHierarchy",
320       "source_files": "Alpha/Plugins/View/**/*.{h,m}",
321       "dependencies": {
322         "Alpha/Integration": [
324         ],
325         "Alpha/Render": [
327         ]
328       }
329     }
330   ]