Skip to content

Commit

Permalink
πŸ› οΈ :: Dependency 뒀에 .git μ‚­μ œ
Browse files Browse the repository at this point in the history
  • Loading branch information
HongSJae committed Apr 5, 2024
1 parent a74c510 commit 187136b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Tuist/Dependencies.swift
Original file line number Diff line number Diff line change
Expand Up @@ -29,27 +29,27 @@ let dependencies = Dependencies(
requirement: .branch("master")
),
.remote(
url: "https://github.com/airbnb/lottie-ios",
url: "https://github.com/airbnb/lottie-ios.git",
requirement: .upToNextMajor(from: "4.3.3")
),
.remote(
url: "https://github.com/onevcat/Kingfisher",
url: "https://github.com/onevcat/Kingfisher.git",
requirement: .upToNextMajor(from: "7.0.0")
),
.remote(
url: "https://github.com/evgenyneu/keychain-swift",
url: "https://github.com/evgenyneu/keychain-swift.git",
requirement: .upToNextMajor(from: "20.0.0")
),
.remote(
url: "https://github.com/ReactorKit/ReactorKit",
url: "https://github.com/ReactorKit/ReactorKit.git",
requirement: .upToNextMajor(from: "3.2.0")
),
.remote(
url: "https://github.com/RxSwiftCommunity/RxGesture",
url: "https://github.com/RxSwiftCommunity/RxGesture.git",
requirement: .upToNextMajor(from: "4.0.0")
),
.remote(
url: "https://github.com/firebase/firebase-ios-sdk",
url: "https://github.com/firebase/firebase-ios-sdk.git",
requirement: .upToNextMajor(from: "10.3.0")
)

Expand Down

0 comments on commit 187136b

Please sign in to comment.