File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4242包含两个subspec,一个是包含“日志显示”的“WithLogger” subspec
4343
4444```
45- pod 'DoraemonKit/WithLogger', '~> 1.0.2'
45+ pod 'DoraemonKit/WithLogger'
4646```
4747
4848一个是不包含“日志显示”的“Core” subspec
4949
5050```
51- pod 'DoraemonKit/Core', '~> 1.0.2'
51+ pod 'DoraemonKit/Core'
5252```
5353
5454默认引入“Core” subspec。
Original file line number Diff line number Diff line change @@ -39,13 +39,13 @@ DoraemonKit contains two subspecs.
3939One is the "WithLogger" subspec that contains the log display function based on ‘CocoaLumberjack’.
4040
4141```
42- pod 'DoraemonKit/WithLogger', '~> 1.0.2'
42+ pod 'DoraemonKit/WithLogger'
4343```
4444
4545The other one is the "Core" subspec that does not contain the log display function.
4646
4747```
48- pod 'DoraemonKit/Core', '~> 1.0.2'
48+ pod 'DoraemonKit/Core'
4949```
5050
5151The "Core" subspec is introduced by default.
You can’t perform that action at this time.
0 commit comments