diff --git a/PLCrashReporter.podspec b/PLCrashReporter.podspec index c47f1b11..03386373 100644 --- a/PLCrashReporter.podspec +++ b/PLCrashReporter.podspec @@ -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'