[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / f / d / KSCrash / 0.0.4 / KSCrash.podspec.json
blobd5a0b02e4620bca978cd45569a25ebcc9247eaef
2   "name": "KSCrash",
3   "version": "0.0.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": "5.0"
15   },
16   "source": {
17     "git": "https://github.com/kstenerud/KSCrash.git",
18     "tag": "0.0.4"
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": "Recording",
31       "source_files": [
32         "Source/KSCrash/Recording/**/*.{h,m,mm,c,cpp}",
33         "Source/KSCrash/Reporting/Filters/KSCrashReportFilter.h"
34       ]
35     },
36     {
37       "name": "Reporting",
38       "dependencies": {
39         "KSCrash/Recording": [
41         ]
42       },
43       "subspecs": [
44         {
45           "name": "Filters",
46           "subspecs": [
47             {
48               "name": "Base",
49               "source_files": [
50                 "Source/KSCrash/Reporting/Filters/Tools/**/*.{h,m,mm,c,cpp}",
51                 "Source/KSCrash/Reporting/Filters/KSCrashReportFilter.h",
52                 "Source/KSCrash/Reporting/Filters/KSCrashReportFilter.m"
53               ]
54             },
55             {
56               "name": "Alert",
57               "dependencies": {
58                 "KSCrash/Reporting/Filters/Base": [
60                 ]
61               },
62               "source_files": [
63                 "Source/KSCrash/Reporting/Filters/KSCrashReportFilterAlert.h",
64                 "Source/KSCrash/Reporting/Filters/KSCrashReportFilterAlert.m"
65               ]
66             },
67             {
68               "name": "AppleFmt",
69               "dependencies": {
70                 "KSCrash/Reporting/Filters/Base": [
72                 ]
73               },
74               "source_files": [
75                 "Source/KSCrash/Reporting/Filters/KSCrashReportFilterAppleFmt.h",
76                 "Source/KSCrash/Reporting/Filters/KSCrashReportFilterAppleFmt.m"
77               ]
78             },
79             {
80               "name": "Basic",
81               "dependencies": {
82                 "KSCrash/Reporting/Filters/Base": [
84                 ]
85               },
86               "source_files": [
87                 "Source/KSCrash/Reporting/Filters/KSCrashReportFilterBasic.h",
88                 "Source/KSCrash/Reporting/Filters/KSCrashReportFilterBasic.m"
89               ]
90             },
91             {
92               "name": "GZip",
93               "dependencies": {
94                 "KSCrash/Reporting/Filters/Base": [
96                 ]
97               },
98               "source_files": [
99                 "Source/KSCrash/Reporting/Filters/KSCrashReportFilterGZip.h",
100                 "Source/KSCrash/Reporting/Filters/KSCrashReportFilterGZip.m"
101               ]
102             },
103             {
104               "name": "JSON",
105               "dependencies": {
106                 "KSCrash/Reporting/Filters/Base": [
108                 ]
109               },
110               "source_files": [
111                 "Source/KSCrash/Reporting/Filters/KSCrashReportFilterJSON.h",
112                 "Source/KSCrash/Reporting/Filters/KSCrashReportFilterJSON.m"
113               ]
114             },
115             {
116               "name": "Sets",
117               "dependencies": {
118                 "KSCrash/Reporting/Filters/Base": [
120                 ],
121                 "KSCrash/Reporting/Filters/AppleFmt": [
123                 ],
124                 "KSCrash/Reporting/Filters/Basic": [
126                 ],
127                 "KSCrash/Reporting/Filters/GZip": [
129                 ],
130                 "KSCrash/Reporting/Filters/JSON": [
132                 ]
133               },
134               "source_files": [
135                 "Source/KSCrash/Reporting/Filters/KSCrashReportFilterSets.h",
136                 "Source/KSCrash/Reporting/Filters/KSCrashReportFilterSets.m"
137               ]
138             }
139           ]
140         },
141         {
142           "name": "Tools",
143           "frameworks": "SystemConfiguration",
144           "source_files": "Source/KSCrash/Reporting/Tools/**/*.{h,m,mm,c,cpp}"
145         },
146         {
147           "name": "Sinks",
148           "frameworks": "MessageUI",
149           "dependencies": {
150             "KSCrash/Reporting/Filters": [
152             ],
153             "KSCrash/Reporting/Tools": [
155             ]
156           },
157           "source_files": "Source/KSCrash/Reporting/Sinks/**/*.{h,m,mm,c,cpp}"
158         }
159       ]
160     },
161     {
162       "name": "Installations",
163       "dependencies": {
164         "KSCrash/Recording": [
166         ],
167         "KSCrash/Reporting": [
169         ]
170       },
171       "source_files": "Source/KSCrash/Installations/**/*.{h,m,mm,c,cpp}"
172     }
173   ]