Skip to content

Commit

Permalink
add compatibility section
Browse files Browse the repository at this point in the history
  • Loading branch information
Anviking committed Jul 9, 2016
1 parent 5a0efaa commit f783606
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,3 +146,10 @@ public class func decode(json: AnyObject) throws -> Self {
return self.init(timeIntervalSince1970: date.timeIntervalSince1970)
}
```
## Compatibility

| Swift version | Compatible tag or branch |
| --- | --- |
| Swift 3.0 | `master` |
| Swift 2.3 | `v0.4.4`|
| Swift 2.2 | `v0.4.3`|

0 comments on commit f783606

Please sign in to comment.