Skip to content

Commit

Permalink
添加隐私清单
Browse files Browse the repository at this point in the history
  • Loading branch information
lixiang1994 committed Apr 17, 2024
1 parent 8f0d916 commit fce75c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions YYText.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = 'YYText'
s.summary = 'Powerful text framework for iOS to display and edit rich text.'
s.version = '1.1.0'
s.version = '1.1.1'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.authors = { 'ibireme' => 'ibireme@gmail.com' }
s.social_media_url = 'http://blog.ibireme.com'
Expand All @@ -18,7 +18,7 @@ Pod::Spec.new do |s|

s.subspec 'Privacy' do |ss|
ss.resource_bundles = {
"Privacy" => 'YYText/Resources/PrivacyInfo.xcprivacy'
s.name => 'YYText/Resources/PrivacyInfo.xcprivacy'
}
end
end

0 comments on commit fce75c2

Please sign in to comment.