[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / 6 / 7 / ErrorKit / 0.1.1 / ErrorKit.podspec.json
blob2aadd511c58a15c97f006ffefc55494ab62371bd
2   "name": "ErrorKit",
3   "version": "0.1.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.1.1"
15   },
16   "platforms": {
17     "ios": "5.0"
18   },
19   "requires_arc": true,
20   "prefix_header_contents": "#define ERROR_KIT 1",
21   "default_subspecs": [
22     "Default"
23   ],
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "ErrorKit/Core",
28       "resources": "ErrorKit/Core/ErrorKit.bundle",
29       "prefix_header_contents": "#define ERROR_KIT_CORE 1"
30     },
31     {
32       "name": "Additions",
33       "source_files": "ErrorKit/Additions",
34       "dependencies": {
35         "ErrorKit/UIKit": [
37         ]
38       },
39       "prefix_header_contents": "#define ERROR_KIT_ADDITIONS 1"
40     },
41     {
42       "name": "Accounts",
43       "source_files": "ErrorKit/Accounts",
44       "dependencies": {
45         "ErrorKit/Core": [
47         ]
48       },
49       "ios": {
50         "frameworks": "Accounts"
51       },
52       "prefix_header_contents": "#define ERROR_KIT_ACCOUNTS 1"
53     },
54     {
55       "name": "AdMob",
56       "source_files": "ErrorKit/AdMob",
57       "dependencies": {
58         "AdMob": [
59           "< 6.6"
60         ],
61         "ErrorKit/Core": [
63         ]
64       },
65       "prefix_header_contents": "#define ERROR_KIT_ADMOB 1"
66     },
67     {
68       "name": "AFNetworking",
69       "source_files": "ErrorKit/AFNetworking",
70       "dependencies": {
71         "AFNetworking": [
72           "~> 1.3.3"
73         ],
74         "ErrorKit/Core": [
76         ]
77       },
78       "prefix_header_contents": "#define ERROR_KIT_AFNETWORKING 1"
79     },
80     {
81       "name": "AVFoundation",
82       "source_files": "ErrorKit/AVFoundation",
83       "dependencies": {
84         "ErrorKit/Core": [
86         ]
87       },
88       "ios": {
89         "frameworks": "AVFoundation"
90       },
91       "prefix_header_contents": "#define ERROR_KIT_AVFOUNDATION 1"
92     },
93     {
94       "name": "CoreData",
95       "source_files": "ErrorKit/CoreData",
96       "dependencies": {
97         "ErrorKit/Core": [
99         ]
100       },
101       "ios": {
102         "frameworks": "CoreData"
103       },
104       "prefix_header_contents": "#define ERROR_KIT_CORE_DATA 1"
105     },
106     {
107       "name": "CoreLocation",
108       "source_files": "ErrorKit/CoreLocation",
109       "dependencies": {
110         "ErrorKit/Core": [
112         ]
113       },
114       "ios": {
115         "frameworks": "CoreLocation"
116       },
117       "prefix_header_contents": "#define ERROR_KIT_CORE_LOCATION 1"
118     },
119     {
120       "name": "FacebookSDK",
121       "source_files": "ErrorKit/FacebookSDK",
122       "dependencies": {
123         "Facebook-iOS-SDK": [
124           "< 3.10"
125         ],
126         "ErrorKit/UIKit": [
128         ]
129       },
130       "prefix_header_contents": "#define ERROR_KIT_FACEBOOK_SDK 1"
131     },
132     {
133       "name": "HTTP",
134       "source_files": "ErrorKit/HTTP",
135       "dependencies": {
136         "ErrorKit/Core": [
138         ]
139       },
140       "prefix_header_contents": "#define ERROR_KIT_HTTP 1"
141     },
142     {
143       "name": "JSONValues",
144       "source_files": "ErrorKit/JSONValues",
145       "dependencies": {
146         "ErrorKit/Core": [
148         ]
149       },
150       "prefix_header_contents": "#define ERROR_KIT_JSON_VALUES 1"
151     },
152     {
153       "name": "JSONKit",
154       "source_files": "ErrorKit/JSONKit",
155       "dependencies": {
156         "ErrorKit/Core": [
158         ]
159       },
160       "prefix_header_contents": "#define ERROR_KIT_JSON_KIT 1"
161     },
162     {
163       "name": "MapKit",
164       "source_files": "ErrorKit/MapKit",
165       "dependencies": {
166         "ErrorKit/Core": [
168         ]
169       },
170       "ios": {
171         "frameworks": "MapKit"
172       },
173       "prefix_header_contents": "#define ERROR_KIT_MAP_KIT 1"
174     },
175     {
176       "name": "MessageUI",
177       "source_files": "ErrorKit/MessageUI",
178       "dependencies": {
179         "ErrorKit/Core": [
181         ]
182       },
183       "ios": {
184         "frameworks": "MessageUI"
185       },
186       "prefix_header_contents": "#define ERROR_KIT_MESSAGE_UI 1"
187     },
188     {
189       "name": "NSException",
190       "source_files": "ErrorKit/NSException",
191       "dependencies": {
192         "ErrorKit/Core": [
194         ]
195       },
196       "prefix_header_contents": "#define ERROR_KIT_NSEXCEPTION 1"
197     },
198     {
199       "name": "Parse",
200       "source_files": "ErrorKit/Parse",
201       "dependencies": {
202         "ErrorKit/Core": [
204         ]
205       },
206       "prefix_header_contents": "#define ERROR_KIT_PARSE 1"
207     },
208     {
209       "name": "Security",
210       "source_files": "ErrorKit/Security",
211       "dependencies": {
212         "ErrorKit/Core": [
214         ]
215       },
216       "ios": {
217         "frameworks": "Security"
218       },
219       "prefix_header_contents": "#define ERROR_KIT_SECURITY 1"
220     },
221     {
222       "name": "StoreKit",
223       "source_files": "ErrorKit/StoreKit",
224       "dependencies": {
225         "ErrorKit/Core": [
227         ]
228       },
229       "ios": {
230         "frameworks": "StoreKit"
231       },
232       "prefix_header_contents": "#define ERROR_KIT_STORE_KIT 1"
233     },
234     {
235       "name": "TransitionKit",
236       "source_files": "ErrorKit/TransitionKit",
237       "dependencies": {
238         "TransitionKit": [
239           "< 1.2"
240         ],
241         "ErrorKit/Core": [
243         ]
244       },
245       "prefix_header_contents": "#define ERROR_KIT_TRANSITION_KIT 1"
246     },
247     {
248       "name": "iAD",
249       "source_files": "ErrorKit/iAD",
250       "dependencies": {
251         "ErrorKit/Core": [
253         ]
254       },
255       "ios": {
256         "frameworks": "iAD"
257       },
258       "prefix_header_contents": "#define ERROR_KIT_IAD 1"
259     },
260     {
261       "name": "UIKit",
262       "source_files": "ErrorKit/UIKit",
263       "dependencies": {
264         "ErrorKit/Core": [
266         ]
267       },
268       "ios": {
269         "frameworks": "UIKit"
270       },
271       "prefix_header_contents": "#define ERROR_KIT_UI_KIT 1"
272     },
273     {
274       "name": "VeriJSON",
275       "source_files": "ErrorKit/VeriJSON",
276       "dependencies": {
277         "VeriJSON": [
278           "< 0.2"
279         ],
280         "ErrorKit/Core": [
282         ]
283       },
284       "prefix_header_contents": "#define ERROR_KIT_VERI_JSON 1"
285     },
286     {
287       "name": "Default",
288       "source_files": "ErrorKit/Default",
289       "dependencies": [
290         "ErrorKit/HTTP",
291         "ErrorKit/JSONValues",
292         "ErrorKit/NSException",
293         "ErrorKit/Additions"
294       ],
295       "prefix_header_contents": "#define ERROR_KIT_DEFAULT 1"
296     }
297   ]