[Add] CZarSDK 1.1.12
[CocoaPods.git] / Specs / 9 / 5 / 4 / PLCrashReporter / 1.9.0 / PLCrashReporter.podspec.json
blobb6e5caa1d8f13903b253b46be667cd5e532f56e5
2   "name": "PLCrashReporter",
3   "version": "1.9.0",
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.9.0/PLCrashReporter-1.9.0.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   }