Merge pull request #216 from microsoft/v-dmkira/fix-podspec
Fix file name in podspec
This commit is contained in:
Коммит
59513acde6
|
@ -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'
|
||||
|
|
Загрузка…
Ссылка в новой задаче