Skip to content

Commit e419a9d

Browse files
author
yixiang
committed
readme
1 parent cdcb3b8 commit e419a9d

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Doc/ChineseReadme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@
4242
包含两个subspec,一个是包含“日志显示”的“WithLogger” subspec
4343

4444
```
45-
pod 'DoraemonKit/WithLogger', '~> 1.0.2'
45+
pod 'DoraemonKit/WithLogger'
4646
```
4747

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

5050
```
51-
pod 'DoraemonKit/Core', '~> 1.0.2'
51+
pod 'DoraemonKit/Core'
5252
```
5353

5454
默认引入“Core” subspec。

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ DoraemonKit contains two subspecs.
3939
One is the "WithLogger" subspec that contains the log display function based on ‘CocoaLumberjack’.
4040

4141
```
42-
pod 'DoraemonKit/WithLogger', '~> 1.0.2'
42+
pod 'DoraemonKit/WithLogger'
4343
```
4444

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

4747
```
48-
pod 'DoraemonKit/Core', '~> 1.0.2'
48+
pod 'DoraemonKit/Core'
4949
```
5050

5151
The "Core" subspec is introduced by default.

0 commit comments

Comments
 (0)