Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiaoye220 committed Sep 21, 2018
2 parents 0df6882 + 4d761a5 commit f154722
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# EmptyDataSet-Swift
![pod](https://img.shields.io/badge/pod-4.0.4-brightgreen.svg)
![pod](https://img.shields.io/badge/pod-4.0.5-brightgreen.svg)
![iOS](https://img.shields.io/badge/iOS-8.0-green.svg)
![lisence](https://img.shields.io/badge/license-MIT-orange.svg)
![swift](https://img.shields.io/badge/swift-4.0-red.svg)
Expand All @@ -17,14 +17,16 @@
## CocoaPods
```
use_frameworks!
pod 'EmptyDataSet-Swift', '~> 4.0.4'
pod 'EmptyDataSet-Swift', '~> 4.0.5'
```
## History
**4.0.3:** Fix issues [#6](https://github.com/Xiaoye220/EmptyDataSet-Swift/issues/6)[#7](https://github.com/Xiaoye220/EmptyDataSet-Swift/issues/7)

**4.0.4:** Fix issues [#8](https://github.com/Xiaoye220/EmptyDataSet-Swift/issues/8)[#9](https://github.com/Xiaoye220/EmptyDataSet-Swift/issues/9)[#10](https://github.com/Xiaoye220/EmptyDataSet-Swift/issues/10).
The problem that customView layout will be failed.

**4.0.5:** Fix issues [#13](https://github.com/Xiaoye220/EmptyDataSet-Swift/issues/13)[#14](https://github.com/Xiaoye220/EmptyDataSet-Swift/issues/14)

## Usage
### Basic
基本用法和 [DZNEmptyDataSet](https://github.com/dzenbot/DZNEmptyDataSet/blob/master/README.md) 一样
Expand Down

0 comments on commit f154722

Please sign in to comment.