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",
52 "name": "CoreLocation",
53 "source_files": "MyiOSHelpers/Logic/Apple/CoreLocation/*.{h,m}",
55 "frameworks": "CoreLocation",
57 "MyiOSHelpers/Logic/Blocks": [
60 "MyiOSHelpers/Logic/Categories": [
63 "MyiOSHelpers/Logic/ThirdPartyHelpers/CocoaLumberjack": [
73 "name": "CoreBluetooth",
74 "source_files": "MyiOSHelpers/Logic/Apple/CoreBluetooth/*.{h,m}",
76 "frameworks": "CoreBluetooth",
78 "MyiOSHelpers/Logic/Blocks": [
81 "MyiOSHelpers/Logic/Categories": [
84 "MyiOSHelpers/Logic/ThirdPartyHelpers/CocoaLumberjack": [
89 "prefix_header_contents": [
90 "#import \"Lumberjack-Default-Log-Level.h\"",
91 "#import \"PrettyClassInformationLogFormatter.h\""
98 "source_files": "MyiOSHelpers/Logic/Blocks/*.h"
101 "name": "Categories",
102 "source_files": "MyiOSHelpers/Logic/Categories/*.{h,m}",
111 "source_files": "MyiOSHelpers/Logic/Categories/NSArray/*.{h,m}",
112 "prefix_header_contents": [
113 "#import \"Lumberjack-Default-Log-Level.h\"",
114 "#import \"PrettyClassInformationLogFormatter.h\""
117 "MyiOSHelpers/Logic/ThirdPartyHelpers/CocoaLumberjack": [
124 "source_files": "MyiOSHelpers/Logic/Categories/NSData/*.{h,m}",
125 "prefix_header_contents": [
126 "#import \"Lumberjack-Default-Log-Level.h\"",
127 "#import \"PrettyClassInformationLogFormatter.h\""
130 "MyiOSHelpers/Logic/ThirdPartyHelpers/CocoaLumberjack": [
137 "source_files": "MyiOSHelpers/Logic/Categories/NSDate/*.{h,m}",
138 "prefix_header_contents": [
139 "#import \"Lumberjack-Default-Log-Level.h\"",
140 "#import \"PrettyClassInformationLogFormatter.h\""
143 "MyiOSHelpers/Logic/ThirdPartyHelpers/CocoaLumberjack": [
149 "name": "NSDictionary",
150 "source_files": "MyiOSHelpers/Logic/Categories/NSDictionary/*.{h,m}",
151 "prefix_header_contents": [
152 "#import \"Lumberjack-Default-Log-Level.h\"",
153 "#import \"PrettyClassInformationLogFormatter.h\""
156 "MyiOSHelpers/Logic/ThirdPartyHelpers/CocoaLumberjack": [
163 "source_files": "MyiOSHelpers/Logic/Categories/NSError/*.{h,m}",
164 "prefix_header_contents": [
165 "#import \"Lumberjack-Default-Log-Level.h\"",
166 "#import \"PrettyClassInformationLogFormatter.h\""
169 "MyiOSHelpers/Logic/ThirdPartyHelpers/CocoaLumberjack": [
176 "source_files": "MyiOSHelpers/Logic/Categories/NSNull/*.{h,m}",
177 "prefix_header_contents": [
178 "#import \"Lumberjack-Default-Log-Level.h\"",
179 "#import \"PrettyClassInformationLogFormatter.h\""
182 "MyiOSHelpers/Logic/ThirdPartyHelpers/CocoaLumberjack": [
188 "name": "NSOperationQueue",
189 "source_files": "MyiOSHelpers/Logic/Categories/NSOperationQueue/*.{h,m}",
190 "prefix_header_contents": [
191 "#import \"Lumberjack-Default-Log-Level.h\"",
192 "#import \"PrettyClassInformationLogFormatter.h\""
195 "MyiOSHelpers/Logic/ThirdPartyHelpers/CocoaLumberjack": [
202 "source_files": "MyiOSHelpers/Logic/Categories/NSRunLoop/*.{h,m}",
203 "prefix_header_contents": [
204 "#import \"Lumberjack-Default-Log-Level.h\"",
205 "#import \"PrettyClassInformationLogFormatter.h\""
208 "MyiOSHelpers/Logic/ThirdPartyHelpers/CocoaLumberjack": [
215 "source_files": "MyiOSHelpers/Logic/Categories/NSString/*.{h,m}",
216 "prefix_header_contents": [
217 "#import \"Lumberjack-Default-Log-Level.h\"",
218 "#import \"PrettyClassInformationLogFormatter.h\""
221 "MyiOSHelpers/Logic/ThirdPartyHelpers/CocoaLumberjack": [
227 "name": "UIApplication",
228 "source_files": "MyiOSHelpers/Logic/Categories/UIApplication/*.{h,m}",
229 "prefix_header_contents": [
230 "#import \"Lumberjack-Default-Log-Level.h\"",
231 "#import \"PrettyClassInformationLogFormatter.h\""
234 "MyiOSHelpers/Logic/ThirdPartyHelpers/CocoaLumberjack": [
241 "source_files": "MyiOSHelpers/Logic/Categories/UIDevice/*.{h,m}",
242 "prefix_header_contents": [
243 "#import \"Lumberjack-Default-Log-Level.h\"",
244 "#import \"PrettyClassInformationLogFormatter.h\""
247 "MyiOSHelpers/Logic/ThirdPartyHelpers/CocoaLumberjack": [
254 "source_files": "MyiOSHelpers/Logic/Categories/NSObject/*.{h,m}",
256 "MyiOSHelpers/Logic/Categories/NSDictionary": [
264 "name": "ThirdPartyHelpers",
265 "source_files": "MyiOSHelpers/Logic/ThirdPartyHelpers/*.h",
268 "name": "KeyValueObjectMapping",
269 "source_files": "MyiOSHelpers/Logic/ThirdPartyHelpers/KeyValueObjectMapping/*.{h,m}",
272 "DCKeyValueObjectMapping": [
275 "NSObject-ObjectMap": [
283 "source_files": "MyiOSHelpers/Logic/ThirdPartyHelpers/Mongo/*.{h,m}",
286 "MyiOSHelpers/Logic/ThirdPartyHelpers/KeyValueObjectMapping": [
289 "NSObject-ObjectMap": [
297 "prefix_header_contents": [
298 "#import \"Underscore.h\"",
300 "#define _ Underscore",
305 "name": "CocoaLumberjack",
311 "LumberjackPrettyClassInformation": [
316 "prefix_header_contents": [
317 "#import \"Lumberjack-Default-Log-Level.h\"",
318 "#import \"PrettyClassInformationLogFormatter.h\""
320 "source_files": "MyiOSHelpers/Logic/ThirdPartyHelpers/CocoaLumberjack/*.{h,m}"
323 "name": "ReactiveCocoa",
324 "source_files": "MyiOSHelpers/Logic/ThirdPartyHelpers/ReactiveCocoa/*.{h,m}",
327 "MyiOSHelpers/Logic/Blocks": [