From 6346fc696cbeea7b6a6717717e60db4a66203597 Mon Sep 17 00:00:00 2001 From: Phong Vo Date: Mon, 31 Jul 2023 10:12:36 +0700 Subject: [PATCH] [#505] Remove flowstack --- Tuist/Interfaces/SwiftUI/Project/Podfile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Tuist/Interfaces/SwiftUI/Project/Podfile b/Tuist/Interfaces/SwiftUI/Project/Podfile index d2eec0c3..6dbc2e01 100644 --- a/Tuist/Interfaces/SwiftUI/Project/Podfile +++ b/Tuist/Interfaces/SwiftUI/Project/Podfile @@ -12,12 +12,10 @@ end target '{PROJECT_NAME}' do # UI pod 'Kingfisher' - pod 'FlowStacks' # Backend - # Network - pod 'Moya/Combine' - pod 'JSONAPIMapper', :git => 'https://github.com/nimblehq/JSONMapper', :branch => 'main' + pod 'Alamofire' + pod 'JSONAPIMapper', :git => 'https://github.com/nimblehq/JSONMapper', :tag => '1.1.1' # Storage pod 'KeychainAccess'