2 "name": "ResumableAssert",
4 "authors": "Google Inc.",
9 "homepage": "https://github.com/google/resumable-assert",
11 "git": "https://github.com/google/resumable-assert.git",
14 "summary": "Assert replacement to continue execution in debugger",
15 "description": "ResumableAssert allows to ignore or disable assertion failure and continue execution in debugger.",
21 "swift_version": "4.0",
22 "prefix_header_file": false,
23 "public_header_files": "Sources/ResumableAssert/include/**/*.h",
24 "source_files": "Sources/ResumableAssert/**/*.{h,m,swift}",
26 "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}/Sources/ResumableAssert/include\""