[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / 2 / 1 / LVForgivingAssert / 0.0.1 / LVForgivingAssert.podspec.json
blob9209edec78122dd182551a83375cbf5b439bff9c
2   "name": "LVForgivingAssert",
3   "version": "0.0.1",
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",
7   "authors": {
8     "Benjamin Herzog": "mail@benchr.de"
9   },
10   "source": {
11     "git": "https://github.com/lovoo/LVForgivingAssert.git",
12     "tag": "0.0.1"
13   },
14   "license": "BSD",
15   "platforms": {
16     "ios": "7.0",
17     "tvos": "9.0"
18   },
19   "source_files": "LVForgivingAssert/**/*"