Version 1.0.0

This commit is contained in:
Daniel Arantes Loverde
2025-03-23 00:29:50 -03:00
parent e4538f84e2
commit 8f8cffc8ba

View File

@@ -17,14 +17,14 @@ Installation
#### Swift Package Manager (SPM) #### Swift Package Manager (SPM)
``` swift ``` swift
dependencies: [ dependencies: [
.package(url: "https://github.com/loverde-co/LCEssentials.git", .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: You can also add it via XCode SPM editor with URL:
``` swift ``` swift
https://github.com/loverde-co/LCEssentials.git http://git.loverde.com.br:3000/git/LCEssentials.git
``` ```
## Usage example ## Usage example