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.",
10 "description": "collection of often used but very time consuming to recreate logic for iOS.",
12 "git": "https://github.com/premosystems/MyiOSHelpers.git",
19 "resources": "MyiOSHelpers.podspec",
20 "source_files": "MyiOSHelpers/*.{h,m}",
24 "source_files": "MyiOSHelpers/Logic/*.{h,m}",
28 "source_files": "MyiOSHelpers/Logic/Apple/*.h",
32 "source_files": "MyiOSHelpers/Logic/Apple/CoreData/*.{h,m}",
34 "frameworks": "CoreData",
36 "MyiOSHelpers/Logic/Blocks": [
39 "MyiOSHelpers/Logic/Categories": [
42 "MyiOSHelpers/Logic/ThirdPartyHelpers/KeyValueObjectMapping": [
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": [
189 "source_files": "MyiOSHelpers/Logic/Categories/NSNumber/*.{h,m}",
190 "prefix_header_contents": [
191 "#import \"Lumberjack-Default-Log-Level.h\"",
192 "#import \"PrettyClassInformationLogFormatter.h\""
195 "MyiOSHelpers/Logic/ThirdPartyHelpers/CocoaLumberjack": [
201 "name": "NSOperationQueue",
202 "source_files": "MyiOSHelpers/Logic/Categories/NSOperationQueue/*.{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/NSRunLoop/*.{h,m}",
216 "prefix_header_contents": [
217 "#import \"Lumberjack-Default-Log-Level.h\"",
218 "#import \"PrettyClassInformationLogFormatter.h\""
221 "MyiOSHelpers/Logic/ThirdPartyHelpers/CocoaLumberjack": [
228 "source_files": "MyiOSHelpers/Logic/Categories/NSString/*.{h,m}",
229 "prefix_header_contents": [
230 "#import \"Lumberjack-Default-Log-Level.h\"",
231 "#import \"PrettyClassInformationLogFormatter.h\""
234 "MyiOSHelpers/Logic/ThirdPartyHelpers/CocoaLumberjack": [
240 "name": "UIApplication",
241 "source_files": "MyiOSHelpers/Logic/Categories/UIApplication/*.{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/UIDevice/*.{h,m}",
255 "prefix_header_contents": [
256 "#import \"Lumberjack-Default-Log-Level.h\"",
257 "#import \"PrettyClassInformationLogFormatter.h\""
260 "MyiOSHelpers/Logic/ThirdPartyHelpers/CocoaLumberjack": [
267 "source_files": "MyiOSHelpers/Logic/Categories/NSObject/*.{h,m}",
269 "MyiOSHelpers/Logic/Categories/NSDictionary": [
277 "name": "ThirdPartyHelpers",
278 "source_files": "MyiOSHelpers/Logic/ThirdPartyHelpers/*.h",
281 "name": "KeyValueObjectMapping",
282 "source_files": "MyiOSHelpers/Logic/ThirdPartyHelpers/KeyValueObjectMapping/*.{h,m}",
285 "DCKeyValueObjectMapping": [
288 "NSObject-ObjectMap": [
296 "source_files": "MyiOSHelpers/Logic/ThirdPartyHelpers/Mongo/*.{h,m}",
299 "MyiOSHelpers/Logic/ThirdPartyHelpers/KeyValueObjectMapping": [
302 "NSObject-ObjectMap": [
310 "prefix_header_contents": [
311 "#import \"Underscore.h\"",
313 "#define _ Underscore",
318 "name": "CocoaLumberjack",
321 "LumberjackPrettyClassInformation": [
326 "prefix_header_contents": [
327 "#import \"Lumberjack-Default-Log-Level.h\"",
328 "#import \"PrettyClassInformationLogFormatter.h\""
330 "source_files": "MyiOSHelpers/Logic/ThirdPartyHelpers/CocoaLumberjack/*.{h,m}"
333 "name": "ReactiveCocoa",
334 "source_files": "MyiOSHelpers/Logic/ThirdPartyHelpers/ReactiveCocoa/*.{h,m}",
337 "MyiOSHelpers/Logic/Blocks": [