Skip to content

Commit

Permalink
Add install guide for SwiftPM in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
takasek committed Aug 13, 2019
1 parent 7674036 commit 7650605
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,18 @@ ActionClosurable is available through [Carthage](https://github.com/Carthage/Car
github "takasek/ActionClosurable"
```

ActionClosurable is available through [Swift Package Manager](https://github.com/apple/swift-package-manager). To install it, add dependency in `Package.swift`:

```swift
let package = Package(
...
dependencies: [
.package(url: "git@github.com:takasek/ActionClosurable.git", from: "2.1.0"),
],
...
)
```

## Author

[takasek](https://twitter.com/takasek)
Expand Down

0 comments on commit 7650605

Please sign in to comment.