Skip to content

Commit 9682b56

Browse files
committed
Update MBProgressHUD.podspec
1 parent 684e5b7 commit 9682b56

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

MBProgressHUD.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Pod::Spec.new do |s|
1515
s.ios.deployment_target = '9.0'
1616
s.tvos.deployment_target = '9.0'
1717
s.source_files = '*.{h,m}'
18-
s.resources = ['PrivacyInfo.xcprivacy']
18+
s.resource_bundles = {'MBProgressHUD' => ['PrivacyInfo.xcprivacy']}
1919
s.frameworks = "CoreGraphics", "QuartzCore"
2020
s.requires_arc = true
2121
end

Package.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ let package = Package(
1313
path: ".",
1414
exclude: ["Demo"],
1515
sources: ["MBProgressHUD.h", "MBProgressHUD.m"],
16+
resources: [
17+
.copy("PrivacyInfo.xcprivacy")
18+
],
1619
publicHeadersPath: "include"
1720
)
1821
]

0 commit comments

Comments
 (0)