[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / 6 / 7 / ErrorKit / 1.0.0 / ErrorKit.podspec.json
blobc1f281eed5c7296c418eab4d68d7344fa754c4f0
2   "name": "ErrorKit",
3   "version": "1.0.0",
4   "summary": "Error Kit is a handy iOS library for making NSError handling easier.",
5   "description": "Error Kit is a handy iOS library for making NSError handling easier.\n\nIt covers error object creation, inspection, presentation and recovery.",
6   "homepage": "https://github.com/hectr/ErrorKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "Héctor Marqués Ranea",
12   "source": {
13     "git": "https://github.com/hectr/ErrorKit.git",
14     "tag": "1.0.0"
15   },
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "ErrorKit/ErrorKit.h",
21   "default_subspecs": "Default",
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "ErrorKit/Core",
26       "resources": "ErrorKit/Core/ErrorKit.bundle",
27       "xcconfig": {
28         "GCC_PREPROCESSOR_DEFINITIONS": "ERROR_KIT_CORE=1"
29       }
30     },
31     {
32       "name": "Additions",
33       "source_files": "ErrorKit/Additions",
34       "dependencies": {
35         "ErrorKit/UIKit": [
37         ]
38       },
39       "xcconfig": {
40         "GCC_PREPROCESSOR_DEFINITIONS": "ERROR_KIT_ADDITIONS=1"
41       }
42     },
43     {
44       "name": "Accounts",
45       "source_files": "ErrorKit/Accounts",
46       "dependencies": {
47         "ErrorKit/Core": [
49         ]
50       },
51       "ios": {
52         "frameworks": "Accounts"
53       },
54       "xcconfig": {
55         "GCC_PREPROCESSOR_DEFINITIONS": "ERROR_KIT_ACCOUNTS=1"
56       }
57     },
58     {
59       "name": "AFNetworking",
60       "dependencies": {
61         "ErrorKit/AFNetworking_v1": [
63         ]
64       }
65     },
66     {
67       "name": "AFNetworking_v1",
68       "source_files": "ErrorKit/AFNetworking",
69       "dependencies": {
70         "AFNetworking": [
71           "~> 1.3.3"
72         ],
73         "ErrorKit/HTTP": [
75         ]
76       },
77       "xcconfig": {
78         "GCC_PREPROCESSOR_DEFINITIONS": "ERROR_KIT_AFNETWORKING=1 ERROR_KIT_AFNETWORKING_V1=1"
79       }
80     },
81     {
82       "name": "AVFoundation",
83       "source_files": "ErrorKit/AVFoundation",
84       "dependencies": {
85         "ErrorKit/Core": [
87         ]
88       },
89       "ios": {
90         "frameworks": "AVFoundation"
91       },
92       "xcconfig": {
93         "GCC_PREPROCESSOR_DEFINITIONS": "ERROR_KIT_AVFOUNDATION=1"
94       }
95     },
96     {
97       "name": "CoreData",
98       "source_files": "ErrorKit/CoreData",
99       "dependencies": {
100         "ErrorKit/NSException": [
102         ]
103       },
104       "ios": {
105         "frameworks": "CoreData"
106       },
107       "xcconfig": {
108         "GCC_PREPROCESSOR_DEFINITIONS": "ERROR_KIT_CORE_DATA=1"
109       }
110     },
111     {
112       "name": "CoreLocation",
113       "source_files": "ErrorKit/CoreLocation",
114       "dependencies": {
115         "ErrorKit/Core": [
117         ]
118       },
119       "ios": {
120         "frameworks": "CoreLocation"
121       },
122       "xcconfig": {
123         "GCC_PREPROCESSOR_DEFINITIONS": "ERROR_KIT_CORE_LOCATION=1"
124       }
125     },
126     {
127       "name": "HTTP",
128       "source_files": "ErrorKit/HTTP",
129       "dependencies": {
130         "ErrorKit/Core": [
132         ]
133       },
134       "xcconfig": {
135         "GCC_PREPROCESSOR_DEFINITIONS": "ERROR_KIT_HTTP=1"
136       }
137     },
138     {
139       "name": "JSONValues",
140       "source_files": "ErrorKit/JSONValues",
141       "dependencies": {
142         "ErrorKit/NSException": [
144         ]
145       },
146       "xcconfig": {
147         "GCC_PREPROCESSOR_DEFINITIONS": "ERROR_KIT_JSON_VALUES=1"
148       }
149     },
150     {
151       "name": "JSONKit",
152       "source_files": "ErrorKit/JSONKit",
153       "dependencies": {
154         "ErrorKit/Core": [
156         ]
157       },
158       "xcconfig": {
159         "GCC_PREPROCESSOR_DEFINITIONS": "ERROR_KIT_JSON_KIT=1"
160       }
161     },
162     {
163       "name": "MapKit",
164       "source_files": "ErrorKit/MapKit",
165       "dependencies": {
166         "ErrorKit/Core": [
168         ]
169       },
170       "ios": {
171         "frameworks": "MapKit"
172       },
173       "xcconfig": {
174         "GCC_PREPROCESSOR_DEFINITIONS": "ERROR_KIT_MAP_KIT=1"
175       }
176     },
177     {
178       "name": "MessageUI",
179       "source_files": "ErrorKit/MessageUI",
180       "dependencies": {
181         "ErrorKit/Core": [
183         ]
184       },
185       "ios": {
186         "frameworks": "MessageUI"
187       },
188       "xcconfig": {
189         "GCC_PREPROCESSOR_DEFINITIONS": "ERROR_KIT_MESSAGE_UI=1"
190       }
191     },
192     {
193       "name": "NSException",
194       "source_files": "ErrorKit/NSException",
195       "dependencies": {
196         "ErrorKit/Core": [
198         ]
199       },
200       "xcconfig": {
201         "GCC_PREPROCESSOR_DEFINITIONS": "ERROR_KIT_NSEXCEPTION=1"
202       }
203     },
204     {
205       "name": "Parse",
206       "source_files": "ErrorKit/Parse",
207       "dependencies": {
208         "ErrorKit/Core": [
210         ]
211       },
212       "xcconfig": {
213         "GCC_PREPROCESSOR_DEFINITIONS": "ERROR_KIT_PARSE=1"
214       }
215     },
216     {
217       "name": "Security",
218       "source_files": "ErrorKit/Security",
219       "dependencies": {
220         "ErrorKit/Core": [
222         ]
223       },
224       "ios": {
225         "frameworks": "Security"
226       },
227       "xcconfig": {
228         "GCC_PREPROCESSOR_DEFINITIONS": "ERROR_KIT_SECURITY=1"
229       }
230     },
231     {
232       "name": "StoreKit",
233       "source_files": "ErrorKit/StoreKit",
234       "dependencies": {
235         "ErrorKit/Core": [
237         ]
238       },
239       "ios": {
240         "frameworks": "StoreKit"
241       },
242       "xcconfig": {
243         "GCC_PREPROCESSOR_DEFINITIONS": "ERROR_KIT_STORE_KIT=1"
244       }
245     },
246     {
247       "name": "TransitionKit",
248       "source_files": "ErrorKit/TransitionKit",
249       "dependencies": {
250         "TransitionKit": [
251           "< 1.2"
252         ],
253         "ErrorKit/Core": [
255         ]
256       },
257       "xcconfig": {
258         "GCC_PREPROCESSOR_DEFINITIONS": "ERROR_KIT_TRANSITION_KIT=1"
259       }
260     },
261     {
262       "name": "iAD",
263       "source_files": "ErrorKit/iAD",
264       "dependencies": {
265         "ErrorKit/Core": [
267         ]
268       },
269       "ios": {
270         "frameworks": "iAD"
271       },
272       "xcconfig": {
273         "GCC_PREPROCESSOR_DEFINITIONS": "ERROR_KIT_IAD=1"
274       }
275     },
276     {
277       "name": "UIKit",
278       "source_files": "ErrorKit/UIKit",
279       "dependencies": {
280         "ErrorKit/Core": [
282         ]
283       },
284       "ios": {
285         "frameworks": "UIKit"
286       },
287       "xcconfig": {
288         "GCC_PREPROCESSOR_DEFINITIONS": "ERROR_KIT_UI_KIT=1"
289       }
290     },
291     {
292       "name": "VeriJSON",
293       "source_files": "ErrorKit/VeriJSON",
294       "dependencies": {
295         "VeriJSON": [
296           "< 0.2"
297         ],
298         "ErrorKit/Core": [
300         ]
301       },
302       "xcconfig": {
303         "GCC_PREPROCESSOR_DEFINITIONS": "ERROR_KIT_VERI_JSON=1"
304       }
305     },
306     {
307       "name": "Default",
308       "source_files": "ErrorKit/Default",
309       "dependencies": {
310         "ErrorKit/HTTP": [
312         ],
313         "ErrorKit/JSONValues": [
315         ],
316         "ErrorKit/NSException": [
318         ],
319         "ErrorKit/Additions": [
321         ]
322       },
323       "xcconfig": {
324         "GCC_PREPROCESSOR_DEFINITIONS": "ERROR_KIT_DEFAULT=1"
325       }
326     }
327   ]