LCECryptoKit
This commit is contained in:
24
Package.resolved
Normal file
24
Package.resolved
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"originHash" : "44b8e5e2df460df1228d77443081e1dcd9b6f190e7ad7ee6b71e3905676b1b0a",
|
||||
"pins" : [
|
||||
{
|
||||
"identity" : "lcecryptokit",
|
||||
"kind" : "remoteSourceControl",
|
||||
"location" : "http://git.loverde.com.br:3000/git/LCECryptoKit.git",
|
||||
"state" : {
|
||||
"revision" : "125725ae59b7bf8a2aa536d5440acf0bd4099834",
|
||||
"version" : "1.0.2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"identity" : "lcecryptokitbinary",
|
||||
"kind" : "remoteSourceControl",
|
||||
"location" : "http://7b47f7b439df1048cbf2fae1c46113df178e0349@git.loverde.com.br:3000/git/LCECryptoKitBinary.git",
|
||||
"state" : {
|
||||
"revision" : "8b4083e6227d6f56e7e9eec618fe46cdf452c8b7",
|
||||
"version" : "1.0.0"
|
||||
}
|
||||
}
|
||||
],
|
||||
"version" : 3
|
||||
}
|
@@ -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