提交 f4e55242 编写于 作者: Y yixiang

readme

上级 58e54c5c
......@@ -44,13 +44,13 @@
包含两个subspec,一个是包含“日志显示”的“WithLogger” subspec
```
pod 'DoraemonKit',:subspecs => ['WithLogger'], :git => "https://github.com/didi/DoraemonKit", :tag => '1.0.0'
pod 'DoraemonKit/WithLogger', '~> 1.0.0'
```
一个是不包含“日志显示”的“Core” subspec
```
pod 'DoraemonKit',:subspecs => ['Core'], :git => "https://github.com/didi/DoraemonKit", :tag => '1.0.0'
pod 'DoraemonKit/Core', '~> 1.0.0'
```
默认引入“Core” subspec。
......
......@@ -39,13 +39,13 @@ DoraemonKit contains two subspecs.
One is the "WithLogger" subspec that contains the log display function based on ‘CocoaLumberjack’.
```
pod 'DoraemonKit',:subspecs => ['WithLogger'], :git => "https://github.com/didi/DoraemonKit", :tag => '1.0.0'
pod 'DoraemonKit/WithLogger', '~> 1.0.0'
```
The other one is the "Core" subspec that does not contain the log display function.
```
pod 'DoraemonKit',:subspecs => ['Core'], :git => "https://github.com/didi/DoraemonKit", :tag => '1.0.0'
pod 'DoraemonKit/Core', '~> 1.0.0'
```
The "Core" subspec is introduced by default.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册