diff --git a/Tuist/Interfaces/SwiftUI/Project/Podfile b/Tuist/Interfaces/SwiftUI/Project/Podfile index 59017d36..bba93c49 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' + pod 'JSONAPIMapper', :git => 'https://github.com/nimblehq/JSONMapper.git', :branch => 'master' # Storage pod 'KeychainAccess'