forked from CoderMJLee/MJRefresh
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
建议大家不要去使用mj_footer.automaticallyHidden = YES; 由开发者自己去控制footer的显示和隐藏是最灵活的
- Loading branch information
Showing
7 changed files
with
51 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
Pod::Spec.new do |s| | ||
s.name = 'MJRefresh' | ||
s.version = '3.1.15' | ||
s.version = '3.1.15.1' | ||
s.summary = 'An easy way to use pull-to-refresh' | ||
s.homepage = 'https://github.com/CoderMJLee/MJRefresh' | ||
s.license = 'MIT' | ||
s.authors = {'MJ Lee' => '199109106@qq.com'} | ||
s.authors = {'MJ Lee' => 'richermj123go@vip.qq.com'} | ||
s.platform = :ios, '6.0' | ||
s.source = {:git => 'https://github.com/CoderMJLee/MJRefresh.git', :tag => s.version} | ||
s.source_files = 'MJRefresh/**/*.{h,m}' | ||
s.source_files = 'MJRefresh/*.{h,m}' | ||
s.resource = 'MJRefresh/MJRefresh.bundle' | ||
s.requires_arc = true | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters