Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yixiang committed Dec 25, 2018
1 parent fedca88 commit 08004d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Doc/iOS_cn_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
包含两个subspec,一个是包含“日志显示”的“WithLogger” subspec

```
pod 'DoraemonKit/WithLogger', :configurations => ['Debug']
pod 'DoraemonKit/WithLogger', '1.1.2', :configurations => ['Debug']
```

一个是不包含“日志显示”的“Core” subspec

```
pod 'DoraemonKit/Core', :configurations => ['Debug']
pod 'DoraemonKit/Core', '1.1.2', :configurations => ['Debug']
```

默认引入“Core” subspec。
Expand Down
4 changes: 2 additions & 2 deletions Doc/iOS_en_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ DoraemonKit contains two subspecs.
One is the "WithLogger" subspec that contains the log display function based on ‘CocoaLumberjack’.

```
pod 'DoraemonKit/WithLogger', :configurations => ['Debug']
pod 'DoraemonKit/WithLogger','1.1.2', :configurations => ['Debug']
```

The other one is the "Core" subspec that does not contain the log display function.

```
pod 'DoraemonKit/Core', :configurations => ['Debug']
pod 'DoraemonKit/Core','1.1.2', :configurations => ['Debug']
```

The "Core" subspec is introduced by default.
Expand Down

0 comments on commit 08004d3

Please sign in to comment.