[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 9 / 5 / 4 / PLCrashReporter / 1.7.1 / PLCrashReporter.podspec.json
blob5006abc0c0182ca20482c0b462f66d961b770463
2   "name": "PLCrashReporter",
3   "version": "1.7.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.7.1/PLCrashReporter-1.7.1.zip",
16     "flatten": true
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.7",
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   }