Skip to content

Commit

Permalink
Merge pull request #216 from microsoft/v-dmkira/fix-podspec
Browse files Browse the repository at this point in the history
Fix file name in podspec
  • Loading branch information
DmitriyKirakosyan authored Sep 9, 2021
2 parents 1136252 + b8e9920 commit 59513ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PLCrashReporter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Pod::Spec.new do |spec|
spec.license = { :type => 'MIT', :file => 'LICENSE.txt' }
spec.authors = { 'Microsoft' => '[email protected]' }

spec.source = { :http => "https:/microsoft/plcrashreporter/releases/download/#{spec.version}/PLCrashReporter-Static-XCFramework-#{spec.version}.zip",
spec.source = { :http => "https:/microsoft/plcrashreporter/releases/download/#{spec.version}/PLCrashReporter-Static-#{spec.version}.xcframework.zip",
:flatten => true }

spec.ios.deployment_target = '9.0'
Expand Down

0 comments on commit 59513ac

Please sign in to comment.