1 Star 0 Fork 0

幽鸟/plcrashreporter

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
PLCrashReporter.podspec 1.15 KB
一键复制 编辑 原始数据 按行查看 历史
dorofeevs 提交于 2022-10-07 14:24 . Bump project version to 1.11.0
Pod::Spec.new do |spec|
spec.cocoapods_version = '>= 1.10'
spec.name = 'PLCrashReporter'
spec.version = '1.11.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' }
spec.authors = { 'Microsoft' => 'appcentersdk@microsoft.com' }
spec.source = { :http => "https://github.com/microsoft/plcrashreporter/releases/download/#{spec.version}/PLCrashReporter-Static-#{spec.version}.xcframework.zip",
:flatten => true }
spec.ios.deployment_target = '11.0'
spec.osx.deployment_target = '10.9'
spec.tvos.deployment_target = '11.0'
spec.vendored_frameworks = "CrashReporter.xcframework"
end
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/quietbirds/plcrashreporter.git
git@gitee.com:quietbirds/plcrashreporter.git
quietbirds
plcrashreporter
plcrashreporter
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385