File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44包含两个subspec,一个是包含“日志显示”的“WithLogger” subspec
55
66```
7- pod 'DoraemonKit/WithLogger', :configurations => ['Debug']
7+ pod 'DoraemonKit/WithLogger', '1.1.2', :configurations => ['Debug']
88```
99
1010一个是不包含“日志显示”的“Core” subspec
1111
1212```
13- pod 'DoraemonKit/Core', :configurations => ['Debug']
13+ pod 'DoraemonKit/Core', '1.1.2', :configurations => ['Debug']
1414```
1515
1616默认引入“Core” subspec。
Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ DoraemonKit contains two subspecs.
55One is the "WithLogger" subspec that contains the log display function based on ‘CocoaLumberjack’.
66
77```
8- pod 'DoraemonKit/WithLogger', :configurations => ['Debug']
8+ pod 'DoraemonKit/WithLogger','1.1.2', :configurations => ['Debug']
99```
1010
1111The other one is the "Core" subspec that does not contain the log display function.
1212
1313```
14- pod 'DoraemonKit/Core', :configurations => ['Debug']
14+ pod 'DoraemonKit/Core','1.1.2', :configurations => ['Debug']
1515```
1616
1717The "Core" subspec is introduced by default.
You can’t perform that action at this time.
0 commit comments