Skip to content

Commit

Permalink
➕:: [#67] mindGymKit 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
jjunhaa0211 committed Dec 28, 2023
1 parent ca00928 commit 0a29200
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ public extension TargetDependency.SPM {
static let RxMoya = TargetDependency.external(name: "RxMoya")
static let Lottie = TargetDependency.external(name: "Lottie")
static let kingfisher = TargetDependency.external(name: "Kingfisher")
static let MindGymKit = TargetDependency.external(name: "MindGymKit")
}

3 changes: 2 additions & 1 deletion Projects/Modules/ThirdPartyLibs/Project.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ let project = Project.makeModule(
.SPM.Moya,
.SPM.RxMoya,
.SPM.Lottie,
.SPM.kingfisher
.SPM.kingfisher,
.SPM.MindGymKit
]
)
3 changes: 2 additions & 1 deletion Tuist/Dependencies.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ let dependencies = Dependencies(
.remote(url: "https://github.com/Swinject/Swinject.git", requirement: .upToNextMajor(from: "2.8.3")),
.remote(url: "https://github.com/Moya/Moya.git", requirement: .upToNextMajor(from: "15.0.0")),
.remote(url: "https://github.com/airbnb/lottie-ios", requirement: .upToNextMajor(from: "4.3.3")),
.remote(url: "https://github.com/onevcat/Kingfisher", requirement: .upToNextMajor(from: "7.0.0"))
.remote(url: "https://github.com/onevcat/Kingfisher", requirement: .upToNextMajor(from: "7.0.0")),
.remote(url: "https://github.com/MaeumgaGym/MindGymKit", requirement: .upToNextMajor(from: "0.2.3"))
]),
platforms: [.iOS]
)

0 comments on commit 0a29200

Please sign in to comment.