Skip to content

Commit

Permalink
update package name to remove ambiguity
Browse files Browse the repository at this point in the history
  • Loading branch information
iamjono committed Oct 17, 2016
1 parent a02da59 commit 78886eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Package.swift
@@ -1,9 +1,10 @@
import PackageDescription

let package = Package(
name: "Perfect-CURL",
name: "Perfect-CURL-Example",
targets: [],
dependencies: [
.Package(url: "https://github.com/PerfectlySoft/PerfectLib.git", majorVersion: 2, minor: 0),
.Package(url: "https://github.com/PerfectlySoft/Perfect-CURL.git", majorVersion: 2, minor: 0),
.Package(url: "https://github.com/PerfectlySoft/Perfect-libcurl.git", majorVersion: 2, minor: 0)
]
Expand Down

0 comments on commit 78886eb

Please sign in to comment.