We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c32baf commit b6abdfeCopy full SHA for b6abdfe
MJRefresh.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = 'MJRefresh'
3
- s.version = '3.7.7'
+ s.version = '3.7.8'
4
s.summary = 'An easy way to use pull-to-refresh'
5
s.homepage = 'https://github.com/CoderMJLee/MJRefresh'
6
s.license = 'MIT'
@@ -9,6 +9,7 @@ Pod::Spec.new do |s|
9
s.source = {:git => 'https://github.com/CoderMJLee/MJRefresh.git', :tag => s.version}
10
s.source_files = 'MJRefresh/**/*.{h,m}'
11
s.exclude_files = 'MJRefresh/include/**'
12
- s.resources = 'MJRefresh/MJRefresh.bundle', 'MJRefresh/PrivacyInfo.xcprivacy'
+ s.resource = 'MJRefresh/MJRefresh.bundle'
13
+ s.resource_bundles = { 'MJRefresh.Privacy' => 'MJRefresh/PrivacyInfo.xcprivacy' }
14
s.requires_arc = true
15
end
0 commit comments