[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / a / 9 / 7 / Backtrace-PLCrashReporter / 1.5.4 / Backtrace-PLCrashReporter.podspec.json
blobce99a8e909fd335e31a2428e30aed582ec854dfd
2   "name": "Backtrace-PLCrashReporter",
3   "version": "1.5.4",
4   "summary": "Reliable, open-source crash reporting for iOS, tvOS and macOS.",
5   "description": "Plausible CrashReporter provides an in-process crash reporting\nframework for use on both iOS, tvOS and macOS, and powers many of\nthe crash reporting services available for iOS, tvOS, macOS, including\nBacktrace, HockeyApp, Flurry, Crittercism and FoglightAPM.",
6   "homepage": "https://github.com/backtrace-labs/plcrashreporter",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Plausible Labs Cooperative, Inc.": "contact@plausible.coop"
13   },
14   "platforms": {
15     "ios": "10.0",
16     "tvos": "10.0",
17     "osx": "10.10"
18   },
19   "source": {
20     "git": "https://github.com/backtrace-labs/plcrashreporter.git",
21     "tag": "1.5.4"
22   },
23   "source_files": [
24     "Sources/**/*.{h,hpp,c,cpp,m,mm,s}",
25     "Dependencies/protobuf-c/protobuf-c/*.{h,c}"
26   ],
27   "public_header_files": "Sources/include",
28   "preserve_paths": "Dependencies/**",
29   "pod_target_xcconfig": {
30     "GCC_PREPROCESSOR_DEFINITIONS": "PLCR_PRIVATE PLCF_RELEASE_BUILD"
31   },
32   "libraries": "c++",
33   "requires_arc": false,
34   "prefix_header_contents": "#import \"PLCrashNamespace.h\""