2 "name": "MyiOSHelpers",
4 "homepage": "http://github.com/premosystems/MyiOSHelpers",
6 "Vincil Bishop": "vincil.bishop@vbishop.com"
9 "summary": "A collection of often used but time consuming to recreate logic for iOS.",
11 "git": "https://github.com/premosystems/MyiOSHelpers.git",
18 "resources": "MyiOSHelpers.podspec",
19 "source_files": "MyiOSHelpers/*.{h,m}",
23 "source_files": "MyiOSHelpers/Logic/*.{h,m}",
27 "source_files": "MyiOSHelpers/Logic/Apple/*.h",
31 "source_files": "MyiOSHelpers/Logic/Apple/CoreData/*.{h,m}",
33 "frameworks": "CoreData",
35 "MyiOSHelpers/Logic/Blocks": [
38 "MyiOSHelpers/Logic/Categories": [
41 "MyiOSHelpers/Logic/ThirdPartyHelpers/KeyValueObjectMapping": [
51 "name": "CoreLocation",
52 "source_files": "MyiOSHelpers/Logic/Apple/CoreLocation/*.{h,m}",
54 "frameworks": "CoreLocation",
56 "MyiOSHelpers/Logic/Blocks": [
59 "MyiOSHelpers/Logic/Categories": [
62 "MyiOSHelpers/Logic/ThirdPartyHelpers/CocoaLumberjack": [
72 "name": "CoreBluetooth",
73 "source_files": "MyiOSHelpers/Logic/Apple/CoreBluetooth/*.{h,m}",
75 "frameworks": "CoreBluetooth",
77 "MyiOSHelpers/Logic/Blocks": [
80 "MyiOSHelpers/Logic/Categories": [
83 "MyiOSHelpers/Logic/ThirdPartyHelpers/CocoaLumberjack": [
88 "prefix_header_contents": [
89 "#import \"Lumberjack-Default-Log-Level.h\"",
90 "#import \"PrettyClassInformationLogFormatter.h\""
97 "source_files": "MyiOSHelpers/Logic/Blocks/*.h"
100 "name": "Categories",
101 "source_files": "MyiOSHelpers/Logic/Categories/*.{h,m}",
110 "source_files": "MyiOSHelpers/Logic/Categories/NSArray/*.{h,m}",
111 "prefix_header_contents": [
112 "#import \"Lumberjack-Default-Log-Level.h\"",
113 "#import \"PrettyClassInformationLogFormatter.h\""
116 "MyiOSHelpers/Logic/ThirdPartyHelpers/CocoaLumberjack": [
123 "source_files": "MyiOSHelpers/Logic/Categories/NSData/*.{h,m}",
124 "prefix_header_contents": [
125 "#import \"Lumberjack-Default-Log-Level.h\"",
126 "#import \"PrettyClassInformationLogFormatter.h\""
129 "MyiOSHelpers/Logic/ThirdPartyHelpers/CocoaLumberjack": [
136 "source_files": "MyiOSHelpers/Logic/Categories/NSDate/*.{h,m}",
137 "prefix_header_contents": [
138 "#import \"Lumberjack-Default-Log-Level.h\"",
139 "#import \"PrettyClassInformationLogFormatter.h\""
142 "MyiOSHelpers/Logic/ThirdPartyHelpers/CocoaLumberjack": [
148 "name": "NSDictionary",
149 "source_files": "MyiOSHelpers/Logic/Categories/NSDictionary/*.{h,m}",
150 "prefix_header_contents": [
151 "#import \"Lumberjack-Default-Log-Level.h\"",
152 "#import \"PrettyClassInformationLogFormatter.h\""
155 "MyiOSHelpers/Logic/ThirdPartyHelpers/CocoaLumberjack": [
162 "source_files": "MyiOSHelpers/Logic/Categories/NSError/*.{h,m}",
163 "prefix_header_contents": [
164 "#import \"Lumberjack-Default-Log-Level.h\"",
165 "#import \"PrettyClassInformationLogFormatter.h\""
168 "MyiOSHelpers/Logic/ThirdPartyHelpers/CocoaLumberjack": [
175 "source_files": "MyiOSHelpers/Logic/Categories/NSNull/*.{h,m}",
176 "prefix_header_contents": [
177 "#import \"Lumberjack-Default-Log-Level.h\"",
178 "#import \"PrettyClassInformationLogFormatter.h\""
181 "MyiOSHelpers/Logic/ThirdPartyHelpers/CocoaLumberjack": [
188 "source_files": "MyiOSHelpers/Logic/Categories/NSNumber/*.{h,m}",
189 "prefix_header_contents": [
190 "#import \"Lumberjack-Default-Log-Level.h\"",
191 "#import \"PrettyClassInformationLogFormatter.h\""
194 "MyiOSHelpers/Logic/ThirdPartyHelpers/CocoaLumberjack": [
200 "name": "NSOperationQueue",
201 "source_files": "MyiOSHelpers/Logic/Categories/NSOperationQueue/*.{h,m}",
202 "prefix_header_contents": [
203 "#import \"Lumberjack-Default-Log-Level.h\"",
204 "#import \"PrettyClassInformationLogFormatter.h\""
207 "MyiOSHelpers/Logic/ThirdPartyHelpers/CocoaLumberjack": [
214 "source_files": "MyiOSHelpers/Logic/Categories/NSRunLoop/*.{h,m}",
215 "prefix_header_contents": [
216 "#import \"Lumberjack-Default-Log-Level.h\"",
217 "#import \"PrettyClassInformationLogFormatter.h\""
220 "MyiOSHelpers/Logic/ThirdPartyHelpers/CocoaLumberjack": [
227 "source_files": "MyiOSHelpers/Logic/Categories/NSString/*.{h,m}",
228 "prefix_header_contents": [
229 "#import \"Lumberjack-Default-Log-Level.h\"",
230 "#import \"PrettyClassInformationLogFormatter.h\""
233 "MyiOSHelpers/Logic/ThirdPartyHelpers/CocoaLumberjack": [
239 "name": "UIApplication",
240 "source_files": "MyiOSHelpers/Logic/Categories/UIApplication/*.{h,m}",
241 "prefix_header_contents": [
242 "#import \"Lumberjack-Default-Log-Level.h\"",
243 "#import \"PrettyClassInformationLogFormatter.h\""
246 "MyiOSHelpers/Logic/ThirdPartyHelpers/CocoaLumberjack": [
253 "source_files": "MyiOSHelpers/Logic/Categories/UIDevice/*.{h,m}",
254 "prefix_header_contents": [
255 "#import \"Lumberjack-Default-Log-Level.h\"",
256 "#import \"PrettyClassInformationLogFormatter.h\""
259 "MyiOSHelpers/Logic/ThirdPartyHelpers/CocoaLumberjack": [
266 "source_files": "MyiOSHelpers/Logic/Categories/NSObject/*.{h,m}",
268 "MyiOSHelpers/Logic/Categories/NSDictionary": [
276 "name": "ThirdPartyHelpers",
277 "source_files": "MyiOSHelpers/Logic/ThirdPartyHelpers/*.h",
280 "name": "KeyValueObjectMapping",
281 "source_files": "MyiOSHelpers/Logic/ThirdPartyHelpers/KeyValueObjectMapping/*.{h,m}",
284 "DCKeyValueObjectMapping": [
287 "NSObject-ObjectMap": [
295 "source_files": "MyiOSHelpers/Logic/ThirdPartyHelpers/Mongo/*.{h,m}",
298 "MyiOSHelpers/Logic/ThirdPartyHelpers/KeyValueObjectMapping": [
301 "NSObject-ObjectMap": [
309 "prefix_header_contents": [
310 "#import \"Underscore.h\"",
312 "#define _ Underscore",
317 "name": "CocoaLumberjack",
323 "LumberjackPrettyClassInformation": [
328 "prefix_header_contents": [
329 "#import \"Lumberjack-Default-Log-Level.h\"",
330 "#import \"PrettyClassInformationLogFormatter.h\""
332 "source_files": "MyiOSHelpers/Logic/ThirdPartyHelpers/CocoaLumberjack/*.{h,m}"
335 "name": "ReactiveCocoa",
336 "source_files": "MyiOSHelpers/Logic/ThirdPartyHelpers/ReactiveCocoa/*.{h,m}",
339 "MyiOSHelpers/Logic/Blocks": [