Skip to content

Commit

Permalink
Remove Swift Package Manager description for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ystrot authored Dec 22, 2017
1 parent 3d2814e commit 5ce2d1a
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,16 +89,6 @@ pod "Macaw", "0.9.1"
github "Exyte/Macaw" ~> 0.9.1
```

## [Swift Package Manager](https://swift.org/package-manager/)

To install it, simply add the following line to to the `dependencies` value of your `Package.swift`:

```swift
dependencies: [
.package(url: "https://github.com/exyte/Macaw.git", from: "0.9.2")
]
```

## Building from sources

To build Macaw from sources:
Expand Down

3 comments on commit 5ce2d1a

@hirschfl
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah sorry, my mistake. I did forget to mention that this only works as soon as you have released/added the "0.9.2" tag.

@hirschfl
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If someone wants to use it via SPM before the "0.9.2" release, a temporary solution would be: .package(url: "https://github.com/exyte/Macaw.git", .branch("master"))

@ystrot
Copy link
Member Author

@ystrot ystrot commented on 5ce2d1a Jan 9, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure, no problem. We'll return this section back when 0.9.2 will be released.

Please sign in to comment.