Skip to content

Commit

Permalink
doc update to 3.0.2
Browse files Browse the repository at this point in the history
doc update to 3.0.2
  • Loading branch information
yixiangboy authored May 11, 2020
1 parent 747c223 commit 05030cc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions 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-3.1.4-blue.svg" align=left />
<img src="https://img.shields.io/badge/iOS-3.0.1-yellow.svg" align=left />
<img src="https://img.shields.io/badge/iOS-3.0.2-yellow.svg" align=left />
<img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" align=left />
</div>

Expand Down Expand Up @@ -82,9 +82,9 @@ DoKit is rich in functions, easy to access, and easy to expand. Everyone is welc
### iOS
#### Cocoapods
```
pod 'DoraemonKit/Core', '~> 3.0.1', :configurations => ['Debug'] #Required
pod 'DoraemonKit/WithGPS', '~> 3.0.1', :configurations => ['Debug'] #Optional
pod 'DoraemonKit/WithLoad', '~> 3.0.1', :configurations => ['Debug'] #Optional
pod 'DoraemonKit/Core', '~> 3.0.2', :configurations => ['Debug'] #Required
pod 'DoraemonKit/WithGPS', '~> 3.0.2', :configurations => ['Debug'] #Optional
pod 'DoraemonKit/WithLoad', '~> 3.0.2', :configurations => ['Debug'] #Optional
```
#### Example Usage

Expand Down

0 comments on commit 05030cc

Please sign in to comment.