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}",
31 "prefix_header_contents": [
32 "#import \"Underscore.h\"",
34 "#define _ Underscore",
36 "#import \"DateTools.h\"",
37 "#ifndef MTDATES_NO_PREFIX",
38 "#define MTDATES_NO_PREFIX 1",
40 "#import \"NSDate+MTDates.h\""
45 "source_files": "MyiOSHelpers/Logic/*.{h,m}",
49 "source_files": "MyiOSHelpers/Logic/Apple/*.h",
53 "source_files": "MyiOSHelpers/Logic/Apple/CoreData/*.{h,m}",
55 "frameworks": "CoreData",
57 "MyiOSHelpers/Logic/Blocks": [
60 "MyiOSHelpers/Logic/Categories": [
63 "MyiOSHelpers/Logic/ThirdPartyHelpers/KeyValueObjectMapping": [
70 "name": "CoreLocation",
71 "source_files": "MyiOSHelpers/Logic/Apple/CoreLocation/*.{h,m}",
73 "frameworks": "CoreLocation",
75 "MyiOSHelpers/Logic/Blocks": [
78 "MyiOSHelpers/Logic/Categories": [
81 "MyiOSHelpers/Logic/ThirdPartyHelpers/CocoaLumberjack": [
91 "name": "CoreBluetooth",
92 "source_files": "MyiOSHelpers/Logic/Apple/CoreBluetooth/*.{h,m}",
94 "frameworks": "CoreBluetooth",
96 "MyiOSHelpers/Logic/Blocks": [
99 "MyiOSHelpers/Logic/Categories": [
102 "MyiOSHelpers/Logic/ThirdPartyHelpers/CocoaLumberjack": [
107 "prefix_header_contents": [
108 "#import \"Lumberjack-Default-Log-Level.h\"",
109 "#import \"PrettyClassInformationLogFormatter.h\""
116 "source_files": "MyiOSHelpers/Logic/Blocks/*.h"
119 "name": "Categories",
120 "source_files": "MyiOSHelpers/Logic/Categories/*.{h,m}",
129 "source_files": "MyiOSHelpers/Logic/Categories/NSArray/*.{h,m}",
130 "prefix_header_contents": [
131 "#import \"Lumberjack-Default-Log-Level.h\"",
132 "#import \"PrettyClassInformationLogFormatter.h\""
135 "MyiOSHelpers/Logic/ThirdPartyHelpers/CocoaLumberjack": [
142 "source_files": "MyiOSHelpers/Logic/Categories/NSData/*.{h,m}",
143 "prefix_header_contents": [
144 "#import \"Lumberjack-Default-Log-Level.h\"",
145 "#import \"PrettyClassInformationLogFormatter.h\""
148 "MyiOSHelpers/Logic/ThirdPartyHelpers/CocoaLumberjack": [
155 "source_files": "MyiOSHelpers/Logic/Categories/NSDate/*.{h,m}",
156 "prefix_header_contents": [
157 "#import \"Lumberjack-Default-Log-Level.h\"",
158 "#import \"PrettyClassInformationLogFormatter.h\""
161 "MyiOSHelpers/Logic/ThirdPartyHelpers/CocoaLumberjack": [
167 "name": "NSDictionary",
168 "source_files": "MyiOSHelpers/Logic/Categories/NSDictionary/*.{h,m}",
169 "prefix_header_contents": [
170 "#import \"Lumberjack-Default-Log-Level.h\"",
171 "#import \"PrettyClassInformationLogFormatter.h\""
174 "MyiOSHelpers/Logic/ThirdPartyHelpers/CocoaLumberjack": [
181 "source_files": "MyiOSHelpers/Logic/Categories/NSError/*.{h,m}",
182 "prefix_header_contents": [
183 "#import \"Lumberjack-Default-Log-Level.h\"",
184 "#import \"PrettyClassInformationLogFormatter.h\""
187 "MyiOSHelpers/Logic/ThirdPartyHelpers/CocoaLumberjack": [
194 "source_files": "MyiOSHelpers/Logic/Categories/NSNull/*.{h,m}",
195 "prefix_header_contents": [
196 "#import \"Lumberjack-Default-Log-Level.h\"",
197 "#import \"PrettyClassInformationLogFormatter.h\""
200 "MyiOSHelpers/Logic/ThirdPartyHelpers/CocoaLumberjack": [
206 "name": "NSOperationQueue",
207 "source_files": "MyiOSHelpers/Logic/Categories/NSOperationQueue/*.{h,m}",
208 "prefix_header_contents": [
209 "#import \"Lumberjack-Default-Log-Level.h\"",
210 "#import \"PrettyClassInformationLogFormatter.h\""
213 "MyiOSHelpers/Logic/ThirdPartyHelpers/CocoaLumberjack": [
220 "source_files": "MyiOSHelpers/Logic/Categories/NSRunLoop/*.{h,m}",
221 "prefix_header_contents": [
222 "#import \"Lumberjack-Default-Log-Level.h\"",
223 "#import \"PrettyClassInformationLogFormatter.h\""
226 "MyiOSHelpers/Logic/ThirdPartyHelpers/CocoaLumberjack": [
233 "source_files": "MyiOSHelpers/Logic/Categories/NSString/*.{h,m}",
234 "prefix_header_contents": [
235 "#import \"Lumberjack-Default-Log-Level.h\"",
236 "#import \"PrettyClassInformationLogFormatter.h\""
239 "MyiOSHelpers/Logic/ThirdPartyHelpers/CocoaLumberjack": [
245 "name": "UIApplication",
246 "source_files": "MyiOSHelpers/Logic/Categories/UIApplication/*.{h,m}",
247 "prefix_header_contents": [
248 "#import \"Lumberjack-Default-Log-Level.h\"",
249 "#import \"PrettyClassInformationLogFormatter.h\""
252 "MyiOSHelpers/Logic/ThirdPartyHelpers/CocoaLumberjack": [
259 "source_files": "MyiOSHelpers/Logic/Categories/UIDevice/*.{h,m}",
260 "prefix_header_contents": [
261 "#import \"Lumberjack-Default-Log-Level.h\"",
262 "#import \"PrettyClassInformationLogFormatter.h\""
265 "MyiOSHelpers/Logic/ThirdPartyHelpers/CocoaLumberjack": [
272 "source_files": "MyiOSHelpers/Logic/Categories/NSObject/*.{h,m}",
274 "MyiOSHelpers/Logic/Categories/NSDictionary": [
282 "name": "ThirdPartyHelpers",
283 "source_files": "MyiOSHelpers/Logic/ThirdPartyHelpers/*.h",
286 "name": "KeyValueObjectMapping",
287 "source_files": "MyiOSHelpers/Logic/ThirdPartyHelpers/KeyValueObjectMapping/*.{h,m}",
290 "DCKeyValueObjectMapping": [
293 "NSObject-ObjectMap": [
301 "source_files": "MyiOSHelpers/Logic/ThirdPartyHelpers/Mongo/*.{h,m}",
304 "MyiOSHelpers/Logic/ThirdPartyHelpers/KeyValueObjectMapping": [
307 "NSObject-ObjectMap": [
315 "prefix_header_contents": [
316 "#import \"Underscore.h\"",
318 "#define _ Underscore",
323 "name": "CocoaLumberjack",
329 "LumberjackPrettyClassInformation": [
334 "prefix_header_contents": [
335 "#import \"Lumberjack-Default-Log-Level.h\"",
336 "#import \"PrettyClassInformationLogFormatter.h\""
338 "source_files": "MyiOSHelpers/Logic/ThirdPartyHelpers/CocoaLumberjack/*.{h,m}"
341 "name": "ReactiveCocoa",
342 "source_files": "MyiOSHelpers/Logic/ThirdPartyHelpers/ReactiveCocoa/*.{h,m}",
345 "MyiOSHelpers/Logic/Blocks": [