[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / f / 8 / 7 / ResumableAssert / 1.0.0 / ResumableAssert.podspec.json
blobbfa86acd980c9166d0da7882d18da6757dc4e41a
2   "name": "ResumableAssert",
3   "version": "1.0.0",
4   "authors": "Google Inc.",
5   "license": {
6     "type": "Apache",
7     "file": "LICENSE"
8   },
9   "homepage": "https://github.com/google/resumable-assert",
10   "source": {
11     "git": "https://github.com/google/resumable-assert.git",
12     "tag": "1.0.0"
13   },
14   "summary": "Assert replacement to continue execution in debugger",
15   "description": "ResumableAssert allows to ignore or disable assertion failure and continue execution in debugger.",
16   "platforms": {
17     "ios": "9.0",
18     "osx": "10.10",
19     "tvos": "9.0"
20   },
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}",
25   "xcconfig": {
26     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}/Sources/ResumableAssert/include\""
27   }