This commit is contained in:
Clement Polet 2020-02-26 11:58:20 -08:00
Родитель 2c4f136127
Коммит 42a118e878
1 изменённых файлов: 1 добавлений и 2 удалений

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

@ -5,8 +5,7 @@ Pod::Spec.new do |spec|
spec.homepage = 'https://github.com/microsoft/plcrashreporter'
spec.license = { :type => 'MIT', :file => 'LICENSE.txt' }
spec.authors = { 'Plausible Labs Cooperative, Inc.' => 'contact@plausible.coop',
'Microsoft' => 'appcentersdk@microsoft.com' }
spec.authors = { 'Microsoft' => 'appcentersdk@microsoft.com' }
spec.source = { :http => "https://github.com/microsoft/plcrashreporter/releases/download/#{spec.version}/PLCrashReporter-#{spec.version}.zip",
:flatten => true }