[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 5 / 6 / 7 / ErrorKit / 0.3.1 / ErrorKit.podspec.json
blob65e749ddf2410c7ac204e5e71df8d0fc22b97e80
2   "name": "ErrorKit",
3   "version": "0.3.1",
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  \n  It covers error object creation, inspection, presentation and recovery.\n",
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": "0.3.1"
15   },
16   "platforms": {
17     "ios": "5.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": "AdMob",
60       "source_files": "ErrorKit/AdMob",
61       "dependencies": {
62         "Google-Mobile-Ads-SDK": [
63           "~> 6.8.0"
64         ],
65         "ErrorKit/Core": [
67         ]
68       },
69       "xcconfig": {
70         "GCC_PREPROCESSOR_DEFINITIONS": "ERROR_KIT_ADMOB=1"
71       }
72     },
73     {
74       "name": "AFNetworking",
75       "dependencies": {
76         "ErrorKit/AFNetworking_v1": [
78         ]
79       }
80     },
81     {
82       "name": "AFNetworking_v1",
83       "source_files": "ErrorKit/AFNetworking",
84       "dependencies": {
85         "AFNetworking": [
86           "~> 1.3.3"
87         ],
88         "ErrorKit/HTTP": [
90         ]
91       },
92       "xcconfig": {
93         "GCC_PREPROCESSOR_DEFINITIONS": "ERROR_KIT_AFNETWORKING=1 ERROR_KIT_AFNETWORKING_V1=1"
94       }
95     },
96     {
97       "name": "AVFoundation",
98       "source_files": "ErrorKit/AVFoundation",
99       "dependencies": {
100         "ErrorKit/Core": [
102         ]
103       },
104       "ios": {
105         "frameworks": "AVFoundation"
106       },
107       "xcconfig": {
108         "GCC_PREPROCESSOR_DEFINITIONS": "ERROR_KIT_AVFOUNDATION=1"
109       }
110     },
111     {
112       "name": "CoreData",
113       "source_files": "ErrorKit/CoreData",
114       "dependencies": {
115         "ErrorKit/NSException": [
117         ]
118       },
119       "ios": {
120         "frameworks": "CoreData"
121       },
122       "xcconfig": {
123         "GCC_PREPROCESSOR_DEFINITIONS": "ERROR_KIT_CORE_DATA=1"
124       }
125     },
126     {
127       "name": "CoreLocation",
128       "source_files": "ErrorKit/CoreLocation",
129       "dependencies": {
130         "ErrorKit/Core": [
132         ]
133       },
134       "ios": {
135         "frameworks": "CoreLocation"
136       },
137       "xcconfig": {
138         "GCC_PREPROCESSOR_DEFINITIONS": "ERROR_KIT_CORE_LOCATION=1"
139       }
140     },
141     {
142       "name": "FacebookSDK",
143       "dependencies": {
144         "ErrorKit/FacebookSDK_v2": [
146         ]
147       }
148     },
149     {
150       "name": "FacebookSDK_v2",
151       "source_files": "ErrorKit/FacebookSDK",
152       "dependencies": {
153         "Facebook-iOS-SDK": [
154           "< 3.17.0"
155         ],
156         "ErrorKit/UIKit": [
158         ]
159       },
160       "xcconfig": {
161         "GCC_PREPROCESSOR_DEFINITIONS": "ERROR_KIT_FACEBOOK_SDK=1 ERROR_KIT_FACEBOOK_SDK_V2=1"
162       }
163     },
164     {
165       "name": "HTTP",
166       "source_files": "ErrorKit/HTTP",
167       "dependencies": {
168         "ErrorKit/Core": [
170         ]
171       },
172       "xcconfig": {
173         "GCC_PREPROCESSOR_DEFINITIONS": "ERROR_KIT_HTTP=1"
174       }
175     },
176     {
177       "name": "JSONValues",
178       "source_files": "ErrorKit/JSONValues",
179       "dependencies": {
180         "ErrorKit/NSException": [
182         ]
183       },
184       "xcconfig": {
185         "GCC_PREPROCESSOR_DEFINITIONS": "ERROR_KIT_JSON_VALUES=1"
186       }
187     },
188     {
189       "name": "JSONKit",
190       "source_files": "ErrorKit/JSONKit",
191       "dependencies": {
192         "ErrorKit/Core": [
194         ]
195       },
196       "xcconfig": {
197         "GCC_PREPROCESSOR_DEFINITIONS": "ERROR_KIT_JSON_KIT=1"
198       }
199     },
200     {
201       "name": "MapKit",
202       "source_files": "ErrorKit/MapKit",
203       "dependencies": {
204         "ErrorKit/Core": [
206         ]
207       },
208       "ios": {
209         "frameworks": "MapKit"
210       },
211       "xcconfig": {
212         "GCC_PREPROCESSOR_DEFINITIONS": "ERROR_KIT_MAP_KIT=1"
213       }
214     },
215     {
216       "name": "MessageUI",
217       "source_files": "ErrorKit/MessageUI",
218       "dependencies": {
219         "ErrorKit/Core": [
221         ]
222       },
223       "ios": {
224         "frameworks": "MessageUI"
225       },
226       "xcconfig": {
227         "GCC_PREPROCESSOR_DEFINITIONS": "ERROR_KIT_MESSAGE_UI=1"
228       }
229     },
230     {
231       "name": "NSException",
232       "source_files": "ErrorKit/NSException",
233       "dependencies": {
234         "ErrorKit/Core": [
236         ]
237       },
238       "xcconfig": {
239         "GCC_PREPROCESSOR_DEFINITIONS": "ERROR_KIT_NSEXCEPTION=1"
240       }
241     },
242     {
243       "name": "Parse",
244       "source_files": "ErrorKit/Parse",
245       "dependencies": {
246         "ErrorKit/Core": [
248         ]
249       },
250       "xcconfig": {
251         "GCC_PREPROCESSOR_DEFINITIONS": "ERROR_KIT_PARSE=1"
252       }
253     },
254     {
255       "name": "Security",
256       "source_files": "ErrorKit/Security",
257       "dependencies": {
258         "ErrorKit/Core": [
260         ]
261       },
262       "ios": {
263         "frameworks": "Security"
264       },
265       "xcconfig": {
266         "GCC_PREPROCESSOR_DEFINITIONS": "ERROR_KIT_SECURITY=1"
267       }
268     },
269     {
270       "name": "StoreKit",
271       "source_files": "ErrorKit/StoreKit",
272       "dependencies": {
273         "ErrorKit/Core": [
275         ]
276       },
277       "ios": {
278         "frameworks": "StoreKit"
279       },
280       "xcconfig": {
281         "GCC_PREPROCESSOR_DEFINITIONS": "ERROR_KIT_STORE_KIT=1"
282       }
283     },
284     {
285       "name": "TransitionKit",
286       "source_files": "ErrorKit/TransitionKit",
287       "dependencies": {
288         "TransitionKit": [
289           "< 1.2"
290         ],
291         "ErrorKit/Core": [
293         ]
294       },
295       "xcconfig": {
296         "GCC_PREPROCESSOR_DEFINITIONS": "ERROR_KIT_TRANSITION_KIT=1"
297       }
298     },
299     {
300       "name": "iAD",
301       "source_files": "ErrorKit/iAD",
302       "dependencies": {
303         "ErrorKit/Core": [
305         ]
306       },
307       "ios": {
308         "frameworks": "iAD"
309       },
310       "xcconfig": {
311         "GCC_PREPROCESSOR_DEFINITIONS": "ERROR_KIT_IAD=1"
312       }
313     },
314     {
315       "name": "UIKit",
316       "source_files": "ErrorKit/UIKit",
317       "dependencies": {
318         "ErrorKit/Core": [
320         ]
321       },
322       "ios": {
323         "frameworks": "UIKit"
324       },
325       "xcconfig": {
326         "GCC_PREPROCESSOR_DEFINITIONS": "ERROR_KIT_UI_KIT=1"
327       }
328     },
329     {
330       "name": "VeriJSON",
331       "source_files": "ErrorKit/VeriJSON",
332       "dependencies": {
333         "VeriJSON": [
334           "< 0.2"
335         ],
336         "ErrorKit/Core": [
338         ]
339       },
340       "xcconfig": {
341         "GCC_PREPROCESSOR_DEFINITIONS": "ERROR_KIT_VERI_JSON=1"
342       }
343     },
344     {
345       "name": "Default",
346       "source_files": "ErrorKit/Default",
347       "dependencies": [
348         "ErrorKit/HTTP",
349         "ErrorKit/JSONValues",
350         "ErrorKit/NSException",
351         "ErrorKit/Additions"
352       ],
353       "xcconfig": {
354         "GCC_PREPROCESSOR_DEFINITIONS": "ERROR_KIT_DEFAULT=1"
355       }
356     }
357   ]