Skip to content

Commit

Permalink
fix a duplication warning causing by SPM function (#1532)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfcon authored Jul 14, 2021
1 parent 84a1e7e commit dd358c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion MJRefresh.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
Pod::Spec.new do |s|
s.name = 'MJRefresh'
s.version = '3.7.1'
s.version = '3.7.2'
s.summary = 'An easy way to use pull-to-refresh'
s.homepage = 'https://github.com/CoderMJLee/MJRefresh'
s.license = 'MIT'
s.authors = {'MJ Lee' => 'richermj123go@vip.qq.com'}
s.platform = :ios, '9.0'
s.source = {:git => 'https://github.com/CoderMJLee/MJRefresh.git', :tag => s.version}
s.source_files = 'MJRefresh/**/*.{h,m}'
s.exclude_files = 'MJRefresh/include/**'
s.resource = 'MJRefresh/MJRefresh.bundle'
s.requires_arc = true
end

0 comments on commit dd358c6

Please sign in to comment.