Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Specs for Swift 3.0 and 3.1
  • Loading branch information
malcommac authored Mar 29, 2017
1 parent 1c8cd9e commit 2679956
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ target 'TargetName' do
end
```

(use 4.0.13 for Swift 3.0)

Then, run the following command:

```bash
Expand Down Expand Up @@ -148,7 +150,7 @@ Run `carthage` to build the framework and drag the built `SwiftDate.framework` i

Current version is compatible with:

* Swift 3.0+
* Swift 3.1 (4.0.13 is the latest version compatibile with Swift 3)
* iOS 8 or later
* macOS 10.10 or later
* watchOS 2.0 or later
Expand All @@ -157,8 +159,9 @@ Current version is compatible with:

Are you searching for an old (unsupported) SwiftDate version?
Check out:
* Swift 3.0: The latest version compatible is 4.0.13
* [Swift 2.3 Branch](https://github.com/malcommac/SwiftDate/tree/feature/swift_23)
* Swift 2.2: Use version 3.0.8 in CocoaPods
* Swift 2.2: The latest version compatible is 3.0.8


## Credits & License
Expand Down

0 comments on commit 2679956

Please sign in to comment.