Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
daisuke-t-jp committed Sep 23, 2020
1 parent c1faa84 commit 41e0254
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,27 +36,6 @@ end
## Carthage
`github "daisuke-t-jp/MurmurHash-Swift"`

## Swift Package Manager
```swift
import PackageDescription

let package = Package(
name: "YOUR_PACKAGE_NAME",
dependencies: [
// Swift 4.2
.package(url: "https://github.com/daisuke-t-jp/MurmurHash-Swift.git", .exact("1.0.11"))

// Swift 5.0
.package(url: "https://github.com/daisuke-t-jp/MurmurHash-Swift.git", from: "1.0.12")
],
targets: [
.target(
name: "YOUR_TARGET_NAME",
dependencies: ["MurmurHash-Swift"]),
]
)
```


# Usage

Expand Down

0 comments on commit 41e0254

Please sign in to comment.