[Add] FaceSDKNightly 6.4.2305
[CocoaPods.git] / Specs / 0 / d / 6 / KSCrashAblyFork / 1.15.8-ably-2 / KSCrashAblyFork.podspec.json
blobe7a2bd36819807086dd11d9d9cc4086b656d517b
2   "name": "KSCrashAblyFork",
3   "version": "1.15.8-ably-2",
4   "summary": "The Ultimate iOS Crash Reporter",
5   "homepage": "https://github.com/ably-forks/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": "6.0",
15     "osx": "10.8",
16     "watchos": "2.0"
17   },
18   "source": {
19     "git": "https://github.com/ably-forks/KSCrash.git",
20     "tag": "1.15.8-ably-2"
21   },
22   "frameworks": "Foundation",
23   "libraries": [
24     "c++",
25     "z"
26   ],
27   "xcconfig": {
28     "GCC_ENABLE_CPP_EXCEPTIONS": "YES"
29   },
30   "default_subspecs": "Installations",
31   "subspecs": [
32     {
33       "name": "Recording",
34       "source_files": [
35         "Source/KSCrash/Recording/**/*.{h,m,mm,c,cpp}",
36         "Source/KSCrash/llvm/**/*.{h,m,mm,c,cpp}",
37         "Source/KSCrash/swift/**/*.{h,m,mm,c,cpp}",
38         "Source/KSCrash/Reporting/Filters/KSCrashReportFilter.h"
39       ],
40       "public_header_files": [
41         "Source/KSCrash/Recording/KSCrash.h",
42         "Source/KSCrash/Recording/KSCrashC.h",
43         "Source/KSCrash/Recording/KSCrashReportWriter.h",
44         "Source/KSCrash/Recording/Monitors/KSCrashMonitorType.h",
45         "Source/KSCrash/Reporting/Filters/KSCrashReportFilter.h",
46         "Source/KSCrash/Reporting/Filters/KSCrashReportFields.h"
47       ],
48       "subspecs": [
49         {
50           "name": "Tools",
51           "source_files": "Source/KSCrash/Recording/Tools/*.h"
52         }
53       ]
54     },
55     {
56       "name": "Reporting",
57       "dependencies": {
58         "KSCrashAblyFork/Recording": [
60         ]
61       },
62       "subspecs": [
63         {
64           "name": "Filters",
65           "subspecs": [
66             {
67               "name": "Base",
68               "source_files": [
69                 "Source/KSCrash/Reporting/Filters/Tools/**/*.{h,m,mm,c,cpp}",
70                 "Source/KSCrash/Reporting/Filters/KSCrashReportFilter.h"
71               ],
72               "public_header_files": "Source/KSCrash/Reporting/Filters/KSCrashReportFilter.h"
73             },
74             {
75               "name": "Alert",
76               "dependencies": {
77                 "KSCrashAblyFork/Reporting/Filters/Base": [
79                 ]
80               },
81               "source_files": [
82                 "Source/KSCrash/Reporting/Filters/KSCrashReportFilterAlert.h",
83                 "Source/KSCrash/Reporting/Filters/KSCrashReportFilterAlert.m"
84               ]
85             },
86             {
87               "name": "AppleFmt",
88               "dependencies": {
89                 "KSCrashAblyFork/Reporting/Filters/Base": [
91                 ]
92               },
93               "source_files": [
94                 "Source/KSCrash/Reporting/Filters/KSCrashReportFilterAppleFmt.h",
95                 "Source/KSCrash/Reporting/Filters/KSCrashReportFilterAppleFmt.m"
96               ]
97             },
98             {
99               "name": "Basic",
100               "dependencies": {
101                 "KSCrashAblyFork/Reporting/Filters/Base": [
103                 ]
104               },
105               "source_files": [
106                 "Source/KSCrash/Reporting/Filters/KSCrashReportFilterBasic.h",
107                 "Source/KSCrash/Reporting/Filters/KSCrashReportFilterBasic.m"
108               ]
109             },
110             {
111               "name": "Stringify",
112               "dependencies": {
113                 "KSCrashAblyFork/Reporting/Filters/Base": [
115                 ]
116               },
117               "source_files": [
118                 "Source/KSCrash/Reporting/Filters/KSCrashReportFilterStringify.h",
119                 "Source/KSCrash/Reporting/Filters/KSCrashReportFilterStringify.m"
120               ]
121             },
122             {
123               "name": "GZip",
124               "dependencies": {
125                 "KSCrashAblyFork/Reporting/Filters/Base": [
127                 ]
128               },
129               "source_files": [
130                 "Source/KSCrash/Reporting/Filters/KSCrashReportFilterGZip.h",
131                 "Source/KSCrash/Reporting/Filters/KSCrashReportFilterGZip.m"
132               ]
133             },
134             {
135               "name": "JSON",
136               "dependencies": {
137                 "KSCrashAblyFork/Reporting/Filters/Base": [
139                 ]
140               },
141               "source_files": [
142                 "Source/KSCrash/Reporting/Filters/KSCrashReportFilterJSON.h",
143                 "Source/KSCrash/Reporting/Filters/KSCrashReportFilterJSON.m"
144               ]
145             },
146             {
147               "name": "Sets",
148               "dependencies": {
149                 "KSCrashAblyFork/Reporting/Filters/Base": [
151                 ],
152                 "KSCrashAblyFork/Reporting/Filters/AppleFmt": [
154                 ],
155                 "KSCrashAblyFork/Reporting/Filters/Basic": [
157                 ],
158                 "KSCrashAblyFork/Reporting/Filters/Stringify": [
160                 ],
161                 "KSCrashAblyFork/Reporting/Filters/GZip": [
163                 ],
164                 "KSCrashAblyFork/Reporting/Filters/JSON": [
166                 ]
167               },
168               "source_files": [
169                 "Source/KSCrash/Reporting/Filters/KSCrashReportFilterSets.h",
170                 "Source/KSCrash/Reporting/Filters/KSCrashReportFilterSets.m"
171               ]
172             },
173             {
174               "name": "Tools",
175               "source_files": "Source/KSCrash/Reporting/Filters/Tools/**/*.{h,m,mm,c,cpp}"
176             }
177           ]
178         },
179         {
180           "name": "Tools",
181           "ios": {
182             "frameworks": "SystemConfiguration"
183           },
184           "osx": {
185             "frameworks": "SystemConfiguration"
186           },
187           "source_files": [
188             "Source/KSCrash/Reporting/Tools/**/*.{h,m,mm,c,cpp}",
189             "Source/KSCrash/Recording/KSSystemCapabilities.h"
190           ]
191         },
192         {
193           "name": "MessageUI"
194         },
195         {
196           "name": "Sinks",
197           "ios": {
198             "frameworks": "MessageUI"
199           },
200           "dependencies": {
201             "KSCrashAblyFork/Reporting/Filters": [
203             ],
204             "KSCrashAblyFork/Reporting/Tools": [
206             ]
207           },
208           "source_files": "Source/KSCrash/Reporting/Sinks/**/*.{h,m,mm,c,cpp}"
209         }
210       ]
211     },
212     {
213       "name": "Installations",
214       "dependencies": {
215         "KSCrashAblyFork/Recording": [
217         ],
218         "KSCrashAblyFork/Reporting": [
220         ]
221       },
222       "source_files": "Source/KSCrash/Installations/**/*.{h,m,mm,c,cpp}"
223     }
224   ]