Skip to content
This repository has been archived by the owner on Oct 27, 2022. It is now read-only.

Commit

Permalink
Update version on README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
grdsdev committed Oct 4, 2018
1 parent 573d376 commit f3b73cc
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ EasyRealm is a micro-framework (less than 200 LOC) that helps you use Realm.

## Versions guides

| Swift | Realm | EasyRealm |
|-----------|----------|-----------|
| 3.0 | >= 2.4 | 2.0.1 |
| 3.2 / 4.0 | >= 3.0.0 | >= 3.0.0 |
| Swift | Realm | EasyRealm |
|-----------|-----------|-----------|
| 3.0 | >= 2.4 | 2.0.1 |
| 3.2 / 4.0 | >= 3.0.0 | >= 3.0.0 |
| 4.2 | >= 3.10.0 | >= 3.2.0 |

## Keys Features

Expand Down Expand Up @@ -132,7 +133,7 @@ it, simply add the following line to your Podfile:
#### CocoaPods
```ruby
use_frameworks!
pod "EasyRealm", '~> 2.0.0'
pod "EasyRealm", '~> 3.2.0'
```

#### Carthage
Expand Down

0 comments on commit f3b73cc

Please sign in to comment.