This commit is contained in:
Jae Lim 2020-03-03 10:32:56 -08:00
Родитель 408ec260ec
Коммит dec8fe1a75
1 изменённых файлов: 9 добавлений и 8 удалений

Просмотреть файл

@ -2,6 +2,7 @@ Pod::Spec.new do |spec|
spec.name = 'PLCrashReporter'
spec.version = '1.4.0'
spec.summary = 'Reliable, open-source crash reporting for iOS, macOS and tvOS.'
spec.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.'
spec.homepage = 'https://github.com/microsoft/plcrashreporter'
spec.license = { :type => 'MIT', :file => 'LICENSE.txt' }