[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / f / d / KSCrash / 1.0.0 / KSCrash.podspec.json
blobbf8aa84a2f198fc8472bc5e8fc245e27a97f0036
2   "name": "KSCrash",
3   "version": "1.0.0",
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": "7.0",
15     "osx": "10.8"
16   },
17   "source": {
18     "git": "https://github.com/kstenerud/KSCrash.git",
19     "tag": "1.0.0"
20   },
21   "frameworks": "Foundation",
22   "libraries": [
23     "c++",
24     "z"
25   ],
26   "xcconfig": {
27     "GCC_ENABLE_CPP_EXCEPTIONS": "YES"
28   },
29   "subspecs": [
30     {
31       "name": "no-arc",
32       "source_files": "Source/KSCrash/Recording/**/KSZombie.{h,m}",
33       "requires_arc": false
34     },
35     {
36       "name": "Recording",
37       "dependencies": {
38         "KSCrash/no-arc": [
40         ]
41       },
42       "source_files": [
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"
47       ],
48       "exclude_files": "Source/KSCrash/Recording/**/KSZombie.{h,m}"
49     },
50     {
51       "name": "Reporting",
52       "dependencies": {
53         "KSCrash/Recording": [
55         ]
56       },
57       "subspecs": [
58         {
59           "name": "Filters",
60           "subspecs": [
61             {
62               "name": "Base",
63               "source_files": [
64                 "Source/KSCrash/Reporting/Filters/Tools/**/*.{h,m,mm,c,cpp}",
65                 "Source/KSCrash/Reporting/Filters/KSCrashReportFilter.h",
66                 "Source/KSCrash/Reporting/Filters/KSCrashReportFilter.m"
67               ]
68             },
69             {
70               "name": "Alert",
71               "dependencies": {
72                 "KSCrash/Reporting/Filters/Base": [
74                 ]
75               },
76               "source_files": [
77                 "Source/KSCrash/Reporting/Filters/KSCrashReportFilterAlert.h",
78                 "Source/KSCrash/Reporting/Filters/KSCrashReportFilterAlert.m"
79               ]
80             },
81             {
82               "name": "AppleFmt",
83               "dependencies": {
84                 "KSCrash/Reporting/Filters/Base": [
86                 ]
87               },
88               "source_files": [
89                 "Source/KSCrash/Reporting/Filters/KSCrashReportFilterAppleFmt.h",
90                 "Source/KSCrash/Reporting/Filters/KSCrashReportFilterAppleFmt.m"
91               ]
92             },
93             {
94               "name": "Basic",
95               "dependencies": {
96                 "KSCrash/Reporting/Filters/Base": [
98                 ]
99               },
100               "source_files": [
101                 "Source/KSCrash/Reporting/Filters/KSCrashReportFilterBasic.h",
102                 "Source/KSCrash/Reporting/Filters/KSCrashReportFilterBasic.m"
103               ]
104             },
105             {
106               "name": "GZip",
107               "dependencies": {
108                 "KSCrash/Reporting/Filters/Base": [
110                 ]
111               },
112               "source_files": [
113                 "Source/KSCrash/Reporting/Filters/KSCrashReportFilterGZip.h",
114                 "Source/KSCrash/Reporting/Filters/KSCrashReportFilterGZip.m"
115               ]
116             },
117             {
118               "name": "JSON",
119               "dependencies": {
120                 "KSCrash/Reporting/Filters/Base": [
122                 ]
123               },
124               "source_files": [
125                 "Source/KSCrash/Reporting/Filters/KSCrashReportFilterJSON.h",
126                 "Source/KSCrash/Reporting/Filters/KSCrashReportFilterJSON.m"
127               ]
128             },
129             {
130               "name": "Sets",
131               "dependencies": {
132                 "KSCrash/Reporting/Filters/Base": [
134                 ],
135                 "KSCrash/Reporting/Filters/AppleFmt": [
137                 ],
138                 "KSCrash/Reporting/Filters/Basic": [
140                 ],
141                 "KSCrash/Reporting/Filters/GZip": [
143                 ],
144                 "KSCrash/Reporting/Filters/JSON": [
146                 ]
147               },
148               "source_files": [
149                 "Source/KSCrash/Reporting/Filters/KSCrashReportFilterSets.h",
150                 "Source/KSCrash/Reporting/Filters/KSCrashReportFilterSets.m"
151               ]
152             }
153           ]
154         },
155         {
156           "name": "Tools",
157           "frameworks": "SystemConfiguration",
158           "source_files": "Source/KSCrash/Reporting/Tools/**/*.{h,m,mm,c,cpp}"
159         },
160         {
161           "name": "MessageUI"
162         },
163         {
164           "name": "Sinks",
165           "ios": {
166             "frameworks": "MessageUI"
167           },
168           "dependencies": {
169             "KSCrash/Reporting/Filters": [
171             ],
172             "KSCrash/Reporting/Tools": [
174             ]
175           },
176           "source_files": "Source/KSCrash/Reporting/Sinks/**/*.{h,m,mm,c,cpp}"
177         }
178       ]
179     },
180     {
181       "name": "Installations",
182       "dependencies": {
183         "KSCrash/Recording": [
185         ],
186         "KSCrash/Reporting": [
188         ]
189       },
190       "source_files": "Source/KSCrash/Installations/**/*.{h,m,mm,c,cpp}"
191     }
192   ]