Skip to content

Commit dd358c6

Browse files
authored
fix a duplication warning causing by SPM function (#1532)
1 parent 84a1e7e commit dd358c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

MJRefresh.podspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
Pod::Spec.new do |s|
22
s.name = 'MJRefresh'
3-
s.version = '3.7.1'
3+
s.version = '3.7.2'
44
s.summary = 'An easy way to use pull-to-refresh'
55
s.homepage = 'https://github.com/CoderMJLee/MJRefresh'
66
s.license = 'MIT'
77
s.authors = {'MJ Lee' => 'richermj123go@vip.qq.com'}
88
s.platform = :ios, '9.0'
99
s.source = {:git => 'https://github.com/CoderMJLee/MJRefresh.git', :tag => s.version}
1010
s.source_files = 'MJRefresh/**/*.{h,m}'
11+
s.exclude_files = 'MJRefresh/include/**'
1112
s.resource = 'MJRefresh/MJRefresh.bundle'
1213
s.requires_arc = true
1314
end

0 commit comments

Comments
 (0)