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 Apr 26, 2019
1 parent 28bc6a1 commit cb739c3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,13 @@ import PackageDescription

let package = Package(
name: "YOUR_PACKAGE_NAME",
targets: [],
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",
Expand Down

0 comments on commit cb739c3

Please sign in to comment.