4 "summary": "Saner, safer assertion handling for your apps",
5 "description": " SKUAssert provides assertion handlers that are:\n\n * Saner: because they don't invisibly call `self` and cause\n memory leaks when included in blocks\n\n * Safer: because `SKUAssertOrCatch` encourages you to handle\n exceptional cases both during development and in production\n\n For those cases where you cannot recover and need to abort,\n `SKUAssertOrAbort` will also improve your crash reports by adding\n the reason for the assertion failure to the aborting thread's name.\n",
6 "homepage": "https://github.com/skue/SKUAssert",
9 "Scott Guelich": "scott@guelich.net"
15 "git": "https://github.com/skue/SKUAssert.git",
18 "source_files": "SKUAssert.h",
19 "exclude_files": "Tests",