We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8866cb commit f3a2b4dCopy full SHA for f3a2b4d
AttributedString.podspec
@@ -1,7 +1,7 @@
1
Pod::Spec.new do |s|
2
3
s.name = "AttributedString"
4
-s.version = "3.4.0"
+s.version = "3.4.1"
5
s.summary = "基于Swift字符串插值快速构建你想要的富文本, 支持点击按住等事件获取, 支持多种类型过滤"
6
7
s.homepage = "https://github.com/lixiang1994/AttributedString"
@@ -33,9 +33,9 @@ s.osx.source_files = ["Sources/Extension/AppKit/*.swift"]
33
s.tvos.source_files = ["Sources/Extension/UIKit/*.swift"]
34
s.watchos.source_files = ["Sources/Extension/WatchKit/*.swift"]
35
36
- s.subspec 'Privacy' do |ss|
37
- ss.resource_bundles = {
38
- "Privacy" => 'Sources/PrivacyInfo.xcprivacy'
39
- }
40
- end
+s.subspec 'Privacy' do |ss|
+ ss.resource_bundles = {
+ "AttributedString" => 'Sources/PrivacyInfo.xcprivacy'
+ }
+end
41
end
0 commit comments