Skip to content

Commit

Permalink
[500] Update pod file
Browse files Browse the repository at this point in the history
  • Loading branch information
phongvhd93 committed Aug 2, 2023
1 parent 27ddcdd commit 3c46f86
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Tuist/Interfaces/SwiftUI/Project/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -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', :branch => 'main'

# Storage
pod 'KeychainAccess'
Expand Down

0 comments on commit 3c46f86

Please sign in to comment.