LCECryptoKit
This commit is contained in:
@@ -8,9 +8,16 @@ let package = Package(
|
||||
name: "LCEssentials",
|
||||
targets: ["LCEssentials"]),
|
||||
],
|
||||
dependencies: [
|
||||
.package(
|
||||
url: "http://git.loverde.com.br:3000/git/LCECryptoKit.git",
|
||||
exact: "1.0.2"
|
||||
)
|
||||
],
|
||||
targets: [
|
||||
.target(
|
||||
name: "LCEssentials"),
|
||||
name: "LCEssentials",
|
||||
dependencies: ["LCECryptoKit"]),
|
||||
|
||||
]
|
||||
)
|
||||
|
Reference in New Issue
Block a user