Skip to content

Commit 08004d3

Browse files
author
yixiang
committed
readme
1 parent fedca88 commit 08004d3

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Doc/iOS_cn_guide.md

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

66
```
7-
pod 'DoraemonKit/WithLogger', :configurations => ['Debug']
7+
pod 'DoraemonKit/WithLogger', '1.1.2', :configurations => ['Debug']
88
```
99

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

1212
```
13-
pod 'DoraemonKit/Core', :configurations => ['Debug']
13+
pod 'DoraemonKit/Core', '1.1.2', :configurations => ['Debug']
1414
```
1515

1616
默认引入“Core” subspec。

Doc/iOS_en_guide.md

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

77
```
8-
pod 'DoraemonKit/WithLogger', :configurations => ['Debug']
8+
pod 'DoraemonKit/WithLogger','1.1.2', :configurations => ['Debug']
99
```
1010

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

1313
```
14-
pod 'DoraemonKit/Core', :configurations => ['Debug']
14+
pod 'DoraemonKit/Core','1.1.2', :configurations => ['Debug']
1515
```
1616

1717
The "Core" subspec is introduced by default.

0 commit comments

Comments
 (0)