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