提交 30bcc833 编写于 作者: Y yixiang

1.0.0

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