1 Commits

Author SHA1 Message Date
729812d20b Merge pull request 'v1.0.1' (#1) from main into feature/LCECryptoKit
Reviewed-on: #1
2025-08-25 19:54:37 +00:00

View File

@@ -17,14 +17,14 @@ Installation
#### Swift Package Manager (SPM)
``` swift
dependencies: [
.package(url: "https://git.loverde.com.br/Loverde-Company-LTDA/LCEssentials", .upToNextMajor(from: "1.0.0"))
.package(url: "http://git.loverde.com.br:3000/git/LCEssentials.git", .upToNextMajor(from: "1.0.0"))
]
```
You can also add it via XCode SPM editor with URL:
``` swift
https://git.loverde.com.br/Loverde-Company-LTDA/LCEssentials
http://git.loverde.com.br:3000/git/LCEssentials.git
```
## Usage example