Skip to content

Commit

Permalink
Update README to include instructions on how to use Swift 3
Browse files Browse the repository at this point in the history
  • Loading branch information
ketzusaka committed Jan 29, 2018
1 parent ffe94f2 commit 0f38aef
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 @@ -29,7 +29,7 @@ Be sure to check out the unit tests to see all the different ways to interact wi
OrderedSet is a single Swift file in the Sources directory. You can copy that file into your project, or use via CocoaPods by adding the following line to your Podfile:

```ruby
pod 'OrderedSet', '2.0'
pod 'OrderedSet', '3.0'
```

or use via Carthage by adding
Expand All @@ -46,16 +46,16 @@ And then add the following import where you want to use OrderedSet:
import OrderedSet
```

*For Swift 4*:
*For Swift 3*:

Using CocoaPods:
```ruby
pod 'OrderedSet', :git => 'https://github.com/Weebly/OrderedSet.git', :branch => 'swift-4'
pod 'OrderedSet', :git => 'https://github.com/Weebly/OrderedSet.git', :tag => 'swift-3'
```

Using Carthage:
```
github "Weebly/OrderedSet" "swift-4"
github "Weebly/OrderedSet" "swift-3"
```

# License
Expand Down

0 comments on commit 0f38aef

Please sign in to comment.