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