Skip to content

Commit f3a2b4d

Browse files
committed
添加隐私清单
1 parent f8866cb commit f3a2b4d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

AttributedString.podspec

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "AttributedString"
4-
s.version = "3.4.0"
4+
s.version = "3.4.1"
55
s.summary = "基于Swift字符串插值快速构建你想要的富文本, 支持点击按住等事件获取, 支持多种类型过滤"
66

77
s.homepage = "https://github.com/lixiang1994/AttributedString"
@@ -33,9 +33,9 @@ s.osx.source_files = ["Sources/Extension/AppKit/*.swift"]
3333
s.tvos.source_files = ["Sources/Extension/UIKit/*.swift"]
3434
s.watchos.source_files = ["Sources/Extension/WatchKit/*.swift"]
3535

36-
s.subspec 'Privacy' do |ss|
37-
ss.resource_bundles = {
38-
"Privacy" => 'Sources/PrivacyInfo.xcprivacy'
39-
}
40-
end
36+
s.subspec 'Privacy' do |ss|
37+
ss.resource_bundles = {
38+
"AttributedString" => 'Sources/PrivacyInfo.xcprivacy'
39+
}
40+
end
4141
end

0 commit comments

Comments
 (0)