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