2 "name": "LVForgivingAssert",
4 "summary": "LVForgivingAssert makes it possible to test the release behaviour of methods that are guarding parameters with NSAssert.",
5 "description": "Using the makro LVIgnoreAssert(^{}) ignores all called NSAssert inside the block. Be sure to only use this while unit testing your app, not in production environment!",
6 "homepage": "https://github.com/Lovoo/LVForgivingAssert",
8 "Benjamin Herzog": "mail@benchr.de"
11 "git": "https://github.com/lovoo/LVForgivingAssert.git",
19 "source_files": "LVForgivingAssert/**/*"