[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 0 / b / 3 / SKUAssert / 0.9.0 / SKUAssert.podspec.json
blobc1849ddf1fdff262364138de261cf3789ff8542c
2   "name": "SKUAssert",
3   "version": "0.9.0",
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",
7   "license": "MIT",
8   "authors": {
9     "Scott Guelich": "scott@guelich.net"
10   },
11   "platforms": {
12     "ios": null
13   },
14   "source": {
15     "git": "https://github.com/skue/SKUAssert.git",
16     "tag": "0.9.0"
17   },
18   "source_files": "SKUAssert.h",
19   "exclude_files": "Tests",
20   "requires_arc": false