Skip to content

Commit

Permalink
Fixed duplicated privacy statement issue in Static Framework. (#1605)
Browse files Browse the repository at this point in the history
* 修复PrivacyInfo.xcprivacy重复的问题

#1604

* Update MJRefresh.podspec

---------

Co-authored-by: Frank <[email protected]>
  • Loading branch information
jiasongs and wolfcon authored Mar 19, 2024
1 parent 1c32baf commit b6abdfe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions MJRefresh.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'MJRefresh'
s.version = '3.7.7'
s.version = '3.7.8'
s.summary = 'An easy way to use pull-to-refresh'
s.homepage = 'https://github.com/CoderMJLee/MJRefresh'
s.license = 'MIT'
Expand All @@ -9,6 +9,7 @@ Pod::Spec.new do |s|
s.source = {:git => 'https://github.com/CoderMJLee/MJRefresh.git', :tag => s.version}
s.source_files = 'MJRefresh/**/*.{h,m}'
s.exclude_files = 'MJRefresh/include/**'
s.resources = 'MJRefresh/MJRefresh.bundle', 'MJRefresh/PrivacyInfo.xcprivacy'
s.resource = 'MJRefresh/MJRefresh.bundle'
s.resource_bundles = { 'MJRefresh.Privacy' => 'MJRefresh/PrivacyInfo.xcprivacy' }
s.requires_arc = true
end

0 comments on commit b6abdfe

Please sign in to comment.