[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / f / d / KSCrash / 2.0.0-alpha.4 / KSCrash.podspec.json
blob11571e9ffe1f7198c52b9dee6d11e9cbb04de932
2   "name": "KSCrash",
3   "version": "2.0.0-alpha.4",
4   "summary": "The Ultimate iOS Crash Reporter",
5   "homepage": "https://github.com/kstenerud/KSCrash",
6   "license": {
7     "type": "KSCrash license agreement",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Karl Stenerud": "kstenerud@gmail.com"
12   },
13   "platforms": {
14     "ios": "12.0",
15     "osx": "10.14",
16     "tvos": "12.0",
17     "watchos": "5.0",
18     "visionos": "1.0"
19   },
20   "source": {
21     "git": "https://github.com/kstenerud/KSCrash.git",
22     "tag": "2.0.0-alpha.4"
23   },
24   "frameworks": "Foundation",
25   "libraries": [
26     "c++",
27     "z"
28   ],
29   "xcconfig": {
30     "GCC_ENABLE_CPP_EXCEPTIONS": "YES"
31   },
32   "default_subspecs": "Installations",
33   "subspecs": [
34     {
35       "name": "Recording",
36       "dependencies": {
37         "KSCrash/RecordingCore": [
39         ]
40       },
41       "source_files": "Sources/KSCrashRecording/**/*.{h,m,mm,c,cpp,def}",
42       "public_header_files": "Sources/KSCrashRecording/include/*.h",
43       "resource_bundles": {
44         "KSCrashRecording": "Sources/KSCrashRecording/Resources/PrivacyInfo.xcprivacy"
45       }
46     },
47     {
48       "name": "Filters",
49       "dependencies": {
50         "KSCrash/Recording": [
52         ],
53         "KSCrash/RecordingCore": [
55         ],
56         "KSCrash/ReportingCore": [
58         ]
59       },
60       "source_files": "Sources/KSCrashFilters/**/*.{h,m,mm,c,cpp,def}",
61       "public_header_files": "Sources/KSCrashFilters/include/*.h",
62       "resource_bundles": {
63         "KSCrashFilters": "Sources/KSCrashFilters/Resources/PrivacyInfo.xcprivacy"
64       }
65     },
66     {
67       "name": "Sinks",
68       "dependencies": {
69         "KSCrash/Recording": [
71         ],
72         "KSCrash/Filters": [
74         ]
75       },
76       "ios": {
77         "frameworks": "MessageUI"
78       },
79       "source_files": "Sources/KSCrashSinks/**/*.{h,m,mm,c,cpp,def}",
80       "public_header_files": "Sources/KSCrashSinks/include/*.h",
81       "resource_bundles": {
82         "KSCrashSinks": "Sources/KSCrashSinks/Resources/PrivacyInfo.xcprivacy"
83       }
84     },
85     {
86       "name": "Installations",
87       "dependencies": {
88         "KSCrash/Filters": [
90         ],
91         "KSCrash/Sinks": [
93         ],
94         "KSCrash/Recording": [
96         ]
97       },
98       "source_files": "Sources/KSCrashInstallations/**/*.{h,m,mm,c,cpp,def}",
99       "public_header_files": "Sources/KSCrashInstallations/include/*.h",
100       "resource_bundles": {
101         "KSCrashInstallations": "Sources/KSCrashInstallations/Resources/PrivacyInfo.xcprivacy"
102       }
103     },
104     {
105       "name": "RecordingCore",
106       "dependencies": {
107         "KSCrash/Core": [
109         ]
110       },
111       "source_files": "Sources/KSCrashRecordingCore/**/*.{h,m,mm,c,cpp,def}",
112       "public_header_files": "Sources/KSCrashRecordingCore/include/*.h",
113       "resource_bundles": {
114         "KSCrashRecordingCore": "Sources/KSCrashRecordingCore/Resources/PrivacyInfo.xcprivacy"
115       }
116     },
117     {
118       "name": "BootTimeMonitor",
119       "dependencies": {
120         "KSCrash/RecordingCore": [
122         ]
123       },
124       "source_files": "Sources/KSCrashBootTimeMonitor/**/*.{h,m,mm,c,cpp,def}",
125       "public_header_files": "Sources/KSCrashBootTimeMonitor/include/*.h",
126       "resource_bundles": {
127         "KSCrashBootTimeMonitor": "Sources/KSCrashBootTimeMonitor/Resources/PrivacyInfo.xcprivacy"
128       }
129     },
130     {
131       "name": "DiscSpaceMonitor",
132       "dependencies": {
133         "KSCrash/RecordingCore": [
135         ]
136       },
137       "source_files": "Sources/KSCrashDiscSpaceMonitor/**/*.{h,m,mm,c,cpp,def}",
138       "public_header_files": "Sources/KSCrashDiscSpaceMonitor/include/*.h",
139       "resource_bundles": {
140         "KSCrashDiscSpaceMonitor": "Sources/KSCrashDiscSpaceMonitor/Resources/PrivacyInfo.xcprivacy"
141       }
142     },
143     {
144       "name": "ReportingCore",
145       "dependencies": {
146         "KSCrash/Core": [
148         ]
149       },
150       "ios": {
151         "frameworks": "SystemConfiguration"
152       },
153       "tvos": {
154         "frameworks": "SystemConfiguration"
155       },
156       "osx": {
157         "frameworks": "SystemConfiguration"
158       },
159       "source_files": "Sources/KSCrashReportingCore/**/*.{h,m,mm,c,cpp,def}",
160       "public_header_files": "Sources/KSCrashReportingCore/include/*.h",
161       "resource_bundles": {
162         "KSCrashReportingCore": "Sources/KSCrashReportingCore/Resources/PrivacyInfo.xcprivacy"
163       }
164     },
165     {
166       "name": "Core",
167       "source_files": "Sources/KSCrashCore/**/*.{h,m,mm,c,cpp,def}",
168       "public_header_files": "Sources/KSCrashCore/include/*.h",
169       "resource_bundles": {
170         "KSCrashCore": "Sources/KSCrashCore/Resources/PrivacyInfo.xcprivacy"
171       }
172     }
173   ]