From 8f8cffc8ba34e5f30d91b70fd380dcf0e9db2c08 Mon Sep 17 00:00:00 2001 From: Daniel Arantes Loverde Date: Sun, 23 Mar 2025 00:29:50 -0300 Subject: [PATCH] Version 1.0.0 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d24e646..47163e5 100644 --- a/README.md +++ b/README.md @@ -17,14 +17,14 @@ Installation #### Swift Package Manager (SPM) ``` swift 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: ``` swift -https://github.com/loverde-co/LCEssentials.git +http://git.loverde.com.br:3000/git/LCEssentials.git ``` ## Usage example