提交 1161d568 编写于 作者: Y yixiang

更新文档

上级 e353bb44
......@@ -44,13 +44,13 @@
包含两个subspec,一个是包含“日志显示”的“WithLogger” subspec
```
pod 'DoraemonKit',:subspecs => ['WithLogger'], :git => "上线之后的Git地址", :tag => 'tag'
pod 'DoraemonKit',:subspecs => ['WithLogger'], :git => "https://github.com/didichuxing/DoraemonKit", :tag => 'tag'
```
一个是不包含“日志显示”的“Core” subspec
```
pod 'DoraemonKit',:subspecs => ['Core'], :git => "线上代码仓库", :tag => 'tag'
pod 'DoraemonKit',:subspecs => ['Core'], :git => "https://github.com/didichuxing/DoraemonKit", :tag => 'tag'
```
默认引入“Core” subspec。
......@@ -123,7 +123,7 @@ tip:为什么要分区subspec呢?
## DoraemonKit相关文档
[英文介绍]()
[英文介绍](https://github.com/didichuxing/DoraemonKit)
......
......@@ -44,13 +44,13 @@ DoraemonKit contains two subspecs.
One is the "WithLogger" subspec that contains the log display function based on ‘CocoaLumberjack’.
```
pod 'DoraemonKit',:subspecs => ['WithLogger'], :git => "DoraemonKit Git地址", :tag => 'tag'
pod 'DoraemonKit',:subspecs => ['WithLogger'], :git => "https://github.com/didichuxing/DoraemonKit", :tag => 'tag'
```
The other one is the "Core" subspec that does not contain the log display function.
```
pod 'DoraemonKit',:subspecs => ['Core'], :git => "DoraemonKit Git地址", :tag => 'tag'
pod 'DoraemonKit',:subspecs => ['Core'], :git => "https://github.com/didichuxing/DoraemonKit", :tag => 'tag'
```
The "Core" subspec is introduced by default.
......@@ -121,7 +121,7 @@ Take our App as an example:
## Related documents
[Chinese Readme](ChineseReadme.md地址)
[Chinese Readme](https://github.com/didichuxing/DoraemonKit/blob/master/Doc/ChineseReadme.md)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册