Skip to content

Commit

Permalink
Update PLCrashReporter.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
melekr committed Oct 17, 2024
1 parent b2fd8c9 commit 922e46f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions PLCrashReporter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,12 @@ Pod::Spec.new do |spec|
spec.license = { :type => 'MIT', :file => 'LICENSE' }
spec.authors = { 'Microsoft' => '[email protected]' }

spec.source = { :http => "https://github.com/backtrace-labs/plcrashreporter/releases/download/#{spec.version}/CrashReporter.xcframework.zip",
:flatten => true }
spec.source = { :http => 'https://github.com/backtrace-labs/plcrashreporter/releases/download/1.11.2-rc1/CrashReporter.xcframework.zip', :flatten => false }

spec.resource_bundle = { 'PLCrashReporter' => 'CrashReporter.xcframework/PrivacyInfo.xcprivacy' }
spec.preserve_paths = '*'

spec.ios.deployment_target = '11.0'
spec.osx.deployment_target = '10.13'
spec.tvos.deployment_target = '11.0'
spec.vendored_frameworks = "frameworks/CrashReporter.xcframework"
spec.vendored_frameworks = 'CrashReporter.xcframework'
end

0 comments on commit 922e46f

Please sign in to comment.