Skip to content

Commit

Permalink
1.2.3readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yixiangboy committed Aug 30, 2019
1 parent 353714d commit e91955e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions Doc/iOS-ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Release Notes

### 1.2.3
1、为了解决调用空的NSArray和NSSet的description,会crash的问题。

### 1.2.2
1、App启动耗时统计

Expand Down
12 changes: 6 additions & 6 deletions Doc/iOS_cn_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
### 1、cocoapods依赖

```
pod 'DoraemonKit/Core', '~> 1.2.2', :configurations => ['Debug'] //必选
pod 'DoraemonKit/WithLogger', '~> 1.2.2', :configurations => ['Debug'] //可选
pod 'DoraemonKit/WithGPS', '~> 1.2.2', :configurations => ['Debug'] //可选
pod 'DoraemonKit/WithLoad', '~> 1.2.2', :configurations => ['Debug'] //可选
pod 'DoraemonKit/WithWeex', '~> 1.2.2', :configurations => ['Debug'] //可选
pod 'DoraemonKit/WithDatabase', '~> 1.2.2', :configurations => ['Debug'] //可选
pod 'DoraemonKit/Core', '~> 1.2.3', :configurations => ['Debug'] //必选
pod 'DoraemonKit/WithLogger', '~> 1.2.3', :configurations => ['Debug'] //可选
pod 'DoraemonKit/WithGPS', '~> 1.2.3', :configurations => ['Debug'] //可选
pod 'DoraemonKit/WithLoad', '~> 1.2.3', :configurations => ['Debug'] //可选
pod 'DoraemonKit/WithWeex', '~> 1.2.3', :configurations => ['Debug'] //可选
pod 'DoraemonKit/WithDatabase', '~> 1.2.3', :configurations => ['Debug'] //可选
```
Core subspec作为核心,必须引入。

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<img src="https://javer.oss-cn-shanghai.aliyuncs.com/doraemon/github/DoraemonKit_github.png" width = "150" height = "150" alt="DoraemonKit" align=left />
<img src="https://img.shields.io/github/license/didi/DoraemonKit.svg" align=left />
<img src="https://img.shields.io/badge/Android-1.2.1-blue.svg" align=left />
<img src="https://img.shields.io/badge/iOS-1.2.2-yellow.svg" align=left />
<img src="https://img.shields.io/badge/iOS-1.2.3-yellow.svg" align=left />
<img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" align=left />
</div>

Expand Down

0 comments on commit e91955e

Please sign in to comment.