[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 9 / 5 / 4 / PLCrashReporter / 1.8.1 / PLCrashReporter.podspec.json
blobe15faa31929421e06e70e2eb9955a7b29bb52f44
2   "name": "PLCrashReporter",
3   "version": "1.8.1",
4   "summary": "Reliable, open-source crash reporting for iOS, macOS and tvOS.",
5   "description": "PLCrashReporter is a reliable open source library that provides an in-process live crash reporting framework for use on iOS, macOS and tvOS. The library detects crashes and generates reports to help your investigation and troubleshooting with the information of application, system, process, thread, etc. as well as stack traces.",
6   "homepage": "https://github.com/microsoft/plcrashreporter",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.txt"
10   },
11   "authors": {
12     "Microsoft": "appcentersdk@microsoft.com"
13   },
14   "source": {
15     "http": "https://github.com/microsoft/plcrashreporter/releases/download/1.8.1/PLCrashReporter-1.8.1.zip",
16     "flatten": true
17   },
18   "platforms": {
19     "ios": "9.0",
20     "osx": "10.9",
21     "tvos": "9.0"
22   },
23   "ios": {
24     "vendored_frameworks": "iOS Framework/CrashReporter.framework"
25   },
26   "osx": {
27     "vendored_frameworks": "Mac OS X Framework/CrashReporter.framework"
28   },
29   "tvos": {
30     "vendored_frameworks": "tvOS Framework/CrashReporter.framework"
31   }