4 "summary": "The Ultimate iOS Crash Reporter",
5 "homepage": "https://github.com/kstenerud/KSCrash",
7 "type": "KSCrash license agreement",
11 "Karl Stenerud": "kstenerud@gmail.com"
18 "git": "https://github.com/kstenerud/KSCrash.git",
21 "frameworks": "Foundation",
27 "GCC_ENABLE_CPP_EXCEPTIONS": "YES"
32 "source_files": "Source/KSCrash/Recording/**/KSZombie.{h,m}",
43 "Source/KSCrash/Recording/**/*.{h,m,mm,c,cpp}",
44 "Source/KSCrash/llvm/**/*.{h,m,mm,c,cpp}",
45 "Source/KSCrash/swift/**/*.{h,m,mm,c,cpp}",
46 "Source/KSCrash/Reporting/Filters/KSCrashReportFilter.h"
48 "exclude_files": "Source/KSCrash/Recording/**/KSZombie.{h,m}",
49 "public_header_files": [
50 "Source/KSCrash/Recording/KSCrash.h",
51 "Source/KSCrash/Recording/KSCrashC.h",
52 "Source/KSCrash/Recording/KSCrashContext.h",
53 "Source/KSCrash/Recording/KSCrashReportWriter.h",
54 "Source/KSCrash/Recording/KSCrashState.h",
55 "Source/KSCrash/Recording/KSCrashType.h",
56 "Source/KSCrash/Recording/Sentry/KSCrashSentry.h",
57 "Source/KSCrash/Recording/Tools/KSArchSpecific.h",
58 "Source/KSCrash/Recording/Tools/KSJSONCodecObjC.h"
64 "KSCrash/Recording": [
75 "Source/KSCrash/Reporting/Filters/Tools/**/*.{h,m,mm,c,cpp}",
76 "Source/KSCrash/Reporting/Filters/KSCrashReportFilter.h",
77 "Source/KSCrash/Reporting/Filters/KSCrashReportFilter.m"
79 "public_header_files": "Source/KSCrash/Reporting/Filters/KSCrashReportFilter.h"
84 "KSCrash/Reporting/Filters/Base": [
89 "Source/KSCrash/Reporting/Filters/KSCrashReportFilterAlert.h",
90 "Source/KSCrash/Reporting/Filters/KSCrashReportFilterAlert.m"
96 "KSCrash/Reporting/Filters/Base": [
101 "Source/KSCrash/Reporting/Filters/KSCrashReportFilterAppleFmt.h",
102 "Source/KSCrash/Reporting/Filters/KSCrashReportFilterAppleFmt.m"
108 "KSCrash/Reporting/Filters/Base": [
113 "Source/KSCrash/Reporting/Filters/KSCrashReportFilterBasic.h",
114 "Source/KSCrash/Reporting/Filters/KSCrashReportFilterBasic.m"
120 "KSCrash/Reporting/Filters/Base": [
125 "Source/KSCrash/Reporting/Filters/KSCrashReportFilterGZip.h",
126 "Source/KSCrash/Reporting/Filters/KSCrashReportFilterGZip.m"
132 "KSCrash/Reporting/Filters/Base": [
137 "Source/KSCrash/Reporting/Filters/KSCrashReportFilterJSON.h",
138 "Source/KSCrash/Reporting/Filters/KSCrashReportFilterJSON.m"
144 "KSCrash/Reporting/Filters/Base": [
147 "KSCrash/Reporting/Filters/AppleFmt": [
150 "KSCrash/Reporting/Filters/Basic": [
153 "KSCrash/Reporting/Filters/GZip": [
156 "KSCrash/Reporting/Filters/JSON": [
161 "Source/KSCrash/Reporting/Filters/KSCrashReportFilterSets.h",
162 "Source/KSCrash/Reporting/Filters/KSCrashReportFilterSets.m"
169 "frameworks": "SystemConfiguration",
170 "source_files": "Source/KSCrash/Reporting/Tools/**/*.{h,m,mm,c,cpp}"
178 "frameworks": "MessageUI"
181 "KSCrash/Reporting/Filters": [
184 "KSCrash/Reporting/Tools": [
188 "source_files": "Source/KSCrash/Reporting/Sinks/**/*.{h,m,mm,c,cpp}"
193 "name": "Installations",
195 "KSCrash/Recording": [
198 "KSCrash/Reporting": [
202 "source_files": "Source/KSCrash/Installations/**/*.{h,m,mm,c,cpp}"