Merge pull request #216 from microsoft/v-dmkira/fix-podspec

Fix file name in podspec
This commit is contained in:
Dima 2021-09-09 18:02:42 +03:00 коммит произвёл GitHub
Родитель 1136252f3a b8e99205db
Коммит 59513acde6
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -8,7 +8,7 @@ Pod::Spec.new do |spec|
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-XCFramework-#{spec.version}.zip",
spec.source = { :http => "https://github.com/microsoft/plcrashreporter/releases/download/#{spec.version}/PLCrashReporter-Static-#{spec.version}.xcframework.zip",
:flatten => true }
spec.ios.deployment_target = '9.0'