[Add] APDDTExchangeAdapter 3.4.1.0
[CocoaPods.git] / Specs / 5 / 6 / 7 / ErrorKit / 0.1.0 / ErrorKit.podspec.json
blobcb253595ffaebec62f17241e66a14e31bc1364ae
2   "name": "ErrorKit",
3   "version": "0.1.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  \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.0"
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": "Accounts",
33       "source_files": "ErrorKit/Accounts",
34       "dependencies": {
35         "ErrorKit/Core": [
37         ]
38       },
39       "ios": {
40         "frameworks": "Accounts"
41       },
42       "prefix_header_contents": "#define ERROR_KIT_ACCOUNTS 1"
43     },
44     {
45       "name": "AdMob",
46       "source_files": "ErrorKit/AdMob",
47       "dependencies": {
48         "ErrorKit/Core": [
50         ],
51         "AdMob": [
52           "< 6.6"
53         ]
54       },
55       "prefix_header_contents": "#define ERROR_KIT_ADMOB 1"
56     },
57     {
58       "name": "AFNetworking",
59       "source_files": "ErrorKit/AFNetworking",
60       "dependencies": {
61         "ErrorKit/Core": [
63         ],
64         "AFNetworking": [
65           "~> 1.3.3"
66         ]
67       },
68       "prefix_header_contents": "#define ERROR_KIT_AFNETWORKING 1"
69     },
70     {
71       "name": "AVFoundation",
72       "source_files": "ErrorKit/AVFoundation",
73       "dependencies": {
74         "ErrorKit/Core": [
76         ]
77       },
78       "ios": {
79         "frameworks": "AVFoundation"
80       },
81       "prefix_header_contents": "#define ERROR_KIT_AVFOUNDATION 1"
82     },
83     {
84       "name": "CoreData",
85       "source_files": "ErrorKit/CoreData",
86       "dependencies": {
87         "ErrorKit/Core": [
89         ]
90       },
91       "frameworks": "CoreData",
92       "prefix_header_contents": "#define ERROR_KIT_CORE_DATA 1"
93     },
94     {
95       "name": "CoreLocation",
96       "source_files": "ErrorKit/CoreLocation",
97       "dependencies": {
98         "ErrorKit/Core": [
100         ]
101       },
102       "frameworks": "CoreLocation",
103       "prefix_header_contents": "#define ERROR_KIT_CORE_LOCATION 1"
104     },
105     {
106       "name": "FacebookSDK",
107       "source_files": "ErrorKit/FacebookSDK",
108       "dependencies": {
109         "ErrorKit/UIKit": [
111         ],
112         "Facebook-iOS-SDK": [
113           "< 3.9"
114         ]
115       },
116       "prefix_header_contents": "#define ERROR_KIT_FACEBOOK_SDK 1"
117     },
118     {
119       "name": "HTTP",
120       "source_files": "ErrorKit/HTTP",
121       "dependencies": {
122         "ErrorKit/Core": [
124         ]
125       },
126       "prefix_header_contents": "#define ERROR_KIT_HTTP 1"
127     },
128     {
129       "name": "JSONValues",
130       "source_files": "ErrorKit/JSONValues",
131       "dependencies": {
132         "ErrorKit/Core": [
134         ]
135       },
136       "prefix_header_contents": "#define ERROR_KIT_JSON_VALUES 1"
137     },
138     {
139       "name": "JSONKit",
140       "source_files": "ErrorKit/JSONKit",
141       "dependencies": {
142         "JSONKit": [
143           "1.5pre"
144         ]
145       },
146       "prefix_header_contents": "#define ERROR_KIT_JSON_KIT 1"
147     },
148     {
149       "name": "MapKit",
150       "source_files": "ErrorKit/MapKit",
151       "dependencies": {
152         "ErrorKit/Core": [
154         ]
155       },
156       "ios": {
157         "frameworks": "MapKit"
158       },
159       "prefix_header_contents": "#define ERROR_KIT_MAP_KIT 1"
160     },
161     {
162       "name": "MessageUI",
163       "source_files": "ErrorKit/MessageUI",
164       "dependencies": {
165         "ErrorKit/Core": [
167         ]
168       },
169       "ios": {
170         "frameworks": "MessageUI"
171       },
172       "prefix_header_contents": "#define ERROR_KIT_MESSAGE_UI 1"
173     },
174     {
175       "name": "NSException",
176       "source_files": "ErrorKit/NSException",
177       "dependencies": {
178         "ErrorKit/Core": [
180         ]
181       },
182       "prefix_header_contents": "#define ERROR_KIT_NSEXCEPTION 1"
183     },
184     {
185       "name": "Security",
186       "source_files": "ErrorKit/Security",
187       "dependencies": {
188         "ErrorKit/Core": [
190         ]
191       },
192       "ios": {
193         "frameworks": "Security"
194       },
195       "prefix_header_contents": "#define ERROR_SECURITY 1"
196     },
197     {
198       "name": "StoreKit",
199       "source_files": "ErrorKit/StoreKit",
200       "dependencies": {
201         "ErrorKit/Core": [
203         ]
204       },
205       "ios": {
206         "frameworks": "StoreKit"
207       },
208       "prefix_header_contents": "#define ERROR_KIT_STORE_KIT 1"
209     },
210     {
211       "name": "TransitionKit",
212       "source_files": "ErrorKit/TransitionKit",
213       "dependencies": {
214         "ErrorKit/Core": [
216         ],
217         "TransitionKit": [
218           "< 1.2"
219         ]
220       },
221       "prefix_header_contents": "#define ERROR_KIT_TRANSITION_KIT 1"
222     },
223     {
224       "name": "iAD",
225       "source_files": "ErrorKit/iAD",
226       "dependencies": {
227         "ErrorKit/Core": [
229         ]
230       },
231       "ios": {
232         "frameworks": "iAD"
233       },
234       "prefix_header_contents": "#define ERROR_KIT_IAD 1"
235     },
236     {
237       "name": "UIKit",
238       "source_files": "ErrorKit/UIKit",
239       "dependencies": {
240         "ErrorKit/Core": [
242         ]
243       },
244       "ios": {
245         "frameworks": "UIKit"
246       },
247       "prefix_header_contents": "#define ERROR_KIT_UI_KIT 1"
248     },
249     {
250       "name": "VeriJSON",
251       "source_files": "ErrorKit/VeriJSON",
252       "dependencies": {
253         "ErrorKit/Core": [
255         ],
256         "VeriJSON": [
257           "< 0.2"
258         ]
259       },
260       "prefix_header_contents": "#define ERROR_KIT_VERI_JSON 1"
261     },
262     {
263       "name": "Default",
264       "source_files": "ErrorKit/Default",
265       "dependencies": [
266         "ErrorKit/Core",
267         "ErrorKit/HTTP",
268         "ErrorKit/JSONValues",
269         "ErrorKit/NSException",
270         "ErrorKit/UIKit"
271       ],
272       "prefix_header_contents": "#define ERROR_KIT_DEFAULT 1"
273     }
274   ]