Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8f3cbc5024 | |||
|
|
fd9eff5226 | ||
|
|
7b86616f92 | ||
|
|
4f84dfb108 |
@@ -1,13 +1,13 @@
|
||||
{
|
||||
"originHash" : "c64eb123858a637db7dce26475a35db7adb60ead911617c384beba36afa95bc5",
|
||||
"originHash" : "0cae429bbd156715149253da2c3f23815f5e41836679a585dd496e0d48155975",
|
||||
"pins" : [
|
||||
{
|
||||
"identity" : "lcecryptokitbinary",
|
||||
"kind" : "remoteSourceControl",
|
||||
"location" : "https://60c260c85d3a2fe840411b0ff98f521b5eca3c56@git.loverde.com.br/Loverde-Company-LTDA/LCECryptoKitBinary.git",
|
||||
"state" : {
|
||||
"revision" : "2e7850fdb14cacf6bf2eb160f64c3df84cf5b1c4",
|
||||
"version" : "1.0.0"
|
||||
"revision" : "efd58c115c41bd8c28a1458a9150778806953bd0",
|
||||
"version" : "1.0.1"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
||||
@@ -22,7 +22,7 @@ let package = Package(
|
||||
url: isLocalDevelopment ?
|
||||
"../LCECryptoKit/PrivateLib/LCECryptoKitBinary" :
|
||||
"https://60c260c85d3a2fe840411b0ff98f521b5eca3c56@git.loverde.com.br/Loverde-Company-LTDA/LCECryptoKitBinary.git",
|
||||
exact: "1.0.0"
|
||||
exact: "1.0.1"
|
||||
)
|
||||
],
|
||||
targets: [
|
||||
|
||||
@@ -17,14 +17,14 @@ Installation
|
||||
#### Swift Package Manager (SPM)
|
||||
``` swift
|
||||
dependencies: [
|
||||
.package(url: "http://git.loverde.com.br:3000/git/LCEssentials.git", .upToNextMajor(from: "1.0.0"))
|
||||
.package(url: "https://git.loverde.com.br/Loverde-Company-LTDA/LCEssentials", .upToNextMajor(from: "1.0.0"))
|
||||
]
|
||||
```
|
||||
|
||||
You can also add it via XCode SPM editor with URL:
|
||||
|
||||
``` swift
|
||||
http://git.loverde.com.br:3000/git/LCEssentials.git
|
||||
https://git.loverde.com.br/Loverde-Company-LTDA/LCEssentials
|
||||
```
|
||||
|
||||
## Usage example
|
||||
|
||||
Reference in New Issue
Block a user