Skip to content

Commit 187136b

Browse files
committed
๐Ÿ› ๏ธ :: Dependency ๋’ค์— .git ์‚ญ์ œ
1 parent a74c510 commit 187136b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

โ€ŽTuist/Dependencies.swiftโ€Ž

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,27 +29,27 @@ let dependencies = Dependencies(
2929
requirement: .branch("master")
3030
),
3131
.remote(
32-
url: "https://github.com/airbnb/lottie-ios",
32+
url: "https://github.com/airbnb/lottie-ios.git",
3333
requirement: .upToNextMajor(from: "4.3.3")
3434
),
3535
.remote(
36-
url: "https://github.com/onevcat/Kingfisher",
36+
url: "https://github.com/onevcat/Kingfisher.git",
3737
requirement: .upToNextMajor(from: "7.0.0")
3838
),
3939
.remote(
40-
url: "https://github.com/evgenyneu/keychain-swift",
40+
url: "https://github.com/evgenyneu/keychain-swift.git",
4141
requirement: .upToNextMajor(from: "20.0.0")
4242
),
4343
.remote(
44-
url: "https://github.com/ReactorKit/ReactorKit",
44+
url: "https://github.com/ReactorKit/ReactorKit.git",
4545
requirement: .upToNextMajor(from: "3.2.0")
4646
),
4747
.remote(
48-
url: "https://github.com/RxSwiftCommunity/RxGesture",
48+
url: "https://github.com/RxSwiftCommunity/RxGesture.git",
4949
requirement: .upToNextMajor(from: "4.0.0")
5050
),
5151
.remote(
52-
url: "https://github.com/firebase/firebase-ios-sdk",
52+
url: "https://github.com/firebase/firebase-ios-sdk.git",
5353
requirement: .upToNextMajor(from: "10.3.0")
5454
)
5555

0 commit comments

Comments
ย (0)