File tree 3 files changed +3
-4
lines changed
3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'MJRefresh'
3
- s . version = '3.7.0 '
3
+ s . version = '3.7.1 '
4
4
s . summary = 'An easy way to use pull-to-refresh'
5
5
s . homepage = 'https://github.com/CoderMJLee/MJRefresh'
6
6
s . license = 'MIT'
Original file line number Diff line number Diff line change @@ -18,12 +18,11 @@ + (instancetype)mj_refreshBundle
18
18
{
19
19
static NSBundle *refreshBundle = nil ;
20
20
if (refreshBundle == nil ) {
21
- #ifdef MJ_USEING_SPM
21
+ #ifdef MJ_SPM
22
22
NSBundle *containnerBundle = SWIFTPM_MODULE_BUNDLE;
23
23
#else
24
24
NSBundle *containnerBundle = [NSBundle bundleForClass: [MJRefreshComponent class ]];
25
25
#endif
26
- // 这里不使用mainBundle是为了适配pod 1.x和0.x
27
26
refreshBundle = [NSBundle bundleWithPath: [containnerBundle pathForResource: @" MJRefresh" ofType: @" bundle" ]];
28
27
}
29
28
return refreshBundle;
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ override func i18nDidChange() {
96
96
97
97
### <a id =" spm_supported " ></a >SPM Supported
98
98
99
- Released from [ ` 3.7.0 ` ] ( https://github.com/CoderMJLee/MJRefresh/releases/tag/3.7.0 )
99
+ Released from [ ` 3.7.1 ` ] ( https://github.com/CoderMJLee/MJRefresh/releases/tag/3.7.1 )
100
100
101
101
### <a id =" swift_chaining_grammar_supported " ></a >Swift Chaining Grammar Supported
102
102
You can’t perform that action at this time.
0 commit comments