Skip to content

Commit

Permalink
Update MBProgressHUD.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
CH3COOH committed Mar 15, 2024
1 parent 684e5b7 commit 9682b56
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion MBProgressHUD.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '9.0'
s.tvos.deployment_target = '9.0'
s.source_files = '*.{h,m}'
s.resources = ['PrivacyInfo.xcprivacy']
s.resource_bundles = {'MBProgressHUD' => ['PrivacyInfo.xcprivacy']}
s.frameworks = "CoreGraphics", "QuartzCore"
s.requires_arc = true
end
3 changes: 3 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ let package = Package(
path: ".",
exclude: ["Demo"],
sources: ["MBProgressHUD.h", "MBProgressHUD.m"],
resources: [
.copy("PrivacyInfo.xcprivacy")
],
publicHeadersPath: "include"
)
]
Expand Down

0 comments on commit 9682b56

Please sign in to comment.