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",
11 "authors": "Héctor Marqués Ranea",
13 "git": "https://github.com/hectr/ErrorKit.git",
20 "prefix_header_contents": "#define ERROR_KIT 1",
27 "source_files": "ErrorKit/Core",
28 "resources": "ErrorKit/Core/ErrorKit.bundle",
29 "prefix_header_contents": "#define ERROR_KIT_CORE 1"
33 "source_files": "ErrorKit/Accounts",
40 "frameworks": "Accounts"
42 "prefix_header_contents": "#define ERROR_KIT_ACCOUNTS 1"
46 "source_files": "ErrorKit/AdMob",
55 "prefix_header_contents": "#define ERROR_KIT_ADMOB 1"
58 "name": "AFNetworking",
59 "source_files": "ErrorKit/AFNetworking",
68 "prefix_header_contents": "#define ERROR_KIT_AFNETWORKING 1"
71 "name": "AVFoundation",
72 "source_files": "ErrorKit/AVFoundation",
79 "frameworks": "AVFoundation"
81 "prefix_header_contents": "#define ERROR_KIT_AVFOUNDATION 1"
85 "source_files": "ErrorKit/CoreData",
91 "frameworks": "CoreData",
92 "prefix_header_contents": "#define ERROR_KIT_CORE_DATA 1"
95 "name": "CoreLocation",
96 "source_files": "ErrorKit/CoreLocation",
102 "frameworks": "CoreLocation",
103 "prefix_header_contents": "#define ERROR_KIT_CORE_LOCATION 1"
106 "name": "FacebookSDK",
107 "source_files": "ErrorKit/FacebookSDK",
112 "Facebook-iOS-SDK": [
116 "prefix_header_contents": "#define ERROR_KIT_FACEBOOK_SDK 1"
120 "source_files": "ErrorKit/HTTP",
126 "prefix_header_contents": "#define ERROR_KIT_HTTP 1"
129 "name": "JSONValues",
130 "source_files": "ErrorKit/JSONValues",
136 "prefix_header_contents": "#define ERROR_KIT_JSON_VALUES 1"
140 "source_files": "ErrorKit/JSONKit",
146 "prefix_header_contents": "#define ERROR_KIT_JSON_KIT 1"
150 "source_files": "ErrorKit/MapKit",
157 "frameworks": "MapKit"
159 "prefix_header_contents": "#define ERROR_KIT_MAP_KIT 1"
163 "source_files": "ErrorKit/MessageUI",
170 "frameworks": "MessageUI"
172 "prefix_header_contents": "#define ERROR_KIT_MESSAGE_UI 1"
175 "name": "NSException",
176 "source_files": "ErrorKit/NSException",
182 "prefix_header_contents": "#define ERROR_KIT_NSEXCEPTION 1"
186 "source_files": "ErrorKit/Security",
193 "frameworks": "Security"
195 "prefix_header_contents": "#define ERROR_SECURITY 1"
199 "source_files": "ErrorKit/StoreKit",
206 "frameworks": "StoreKit"
208 "prefix_header_contents": "#define ERROR_KIT_STORE_KIT 1"
211 "name": "TransitionKit",
212 "source_files": "ErrorKit/TransitionKit",
221 "prefix_header_contents": "#define ERROR_KIT_TRANSITION_KIT 1"
225 "source_files": "ErrorKit/iAD",
234 "prefix_header_contents": "#define ERROR_KIT_IAD 1"
238 "source_files": "ErrorKit/UIKit",
245 "frameworks": "UIKit"
247 "prefix_header_contents": "#define ERROR_KIT_UI_KIT 1"
251 "source_files": "ErrorKit/VeriJSON",
260 "prefix_header_contents": "#define ERROR_KIT_VERI_JSON 1"
264 "source_files": "ErrorKit/Default",
268 "ErrorKit/JSONValues",
269 "ErrorKit/NSException",
272 "prefix_header_contents": "#define ERROR_KIT_DEFAULT 1"