Skip to content

Commit

Permalink
Change to README.md to provide the most current version rather than, …
Browse files Browse the repository at this point in the history
…say, one from 2022.
  • Loading branch information
deirdresm authored and nicklockwood committed Mar 31, 2024
1 parent 1399eec commit b769e29
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,19 +35,19 @@ Euclid is packaged as a dynamic framework that you can import into your Xcode pr
To install Euclid using CocoaPods, add the following to your Podfile:

```ruby
pod 'Euclid', '~> 0.6'
pod 'Euclid', '~> 0.7.7'
```

To install using Carthage, add this to your Cartfile:

```ogdl
github "nicklockwood/Euclid" ~> 0.6
github "nicklockwood/Euclid" ~> 0.7.7
```

To install using Swift Package Manager, add this to the `dependencies:` section in your Package.swift file:

```swift
.package(url: "https://github.com/nicklockwood/Euclid.git", .upToNextMinor(from: "0.6.0")),
.package(url: "https://github.com/nicklockwood/Euclid.git", .upToNextMinor(from: "0.7.7")),
```


Expand Down

0 comments on commit b769e29

Please sign in to comment.