From f2c0200ad4563a21b77821e013daec7d5b6bc59d Mon Sep 17 00:00:00 2001 From: Phong Vo Date: Fri, 21 Jul 2023 15:42:23 +0700 Subject: [PATCH] [500] Update pod file --- Tuist/Interfaces/SwiftUI/Project/Podfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Tuist/Interfaces/SwiftUI/Project/Podfile b/Tuist/Interfaces/SwiftUI/Project/Podfile index 59017d36..81670021 100644 --- a/Tuist/Interfaces/SwiftUI/Project/Podfile +++ b/Tuist/Interfaces/SwiftUI/Project/Podfile @@ -12,9 +12,12 @@ end target '{PROJECT_NAME}' do # UI pod 'Kingfisher' + pod 'FlowStacks' # Backend - pod 'Alamofire' + # Network + pod 'Moya/Combine', '~> 15.0', :binary => true + pod 'JSONAPIMapper', :git => 'git@github.com:nimblehq/JSONMapper.git' # Storage pod 'KeychainAccess'