Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#508] [#507] Add Unit Test for Network Layer #526

Merged
merged 5 commits into from
Oct 9, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[#508] Update Quick and Nimble to support Async
blyscuit committed Oct 6, 2023

Verified

This commit was signed with the committer’s verified signature.
blyscuit Bliss Wetchaya
commit d917c5796ff5adc94053eff2e7c7ba349e92b346
6 changes: 3 additions & 3 deletions Tuist/Interfaces/UIKit/Project/Podfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
platform :ios, '11.0'
platform :ios, '13.0'
use_frameworks!
inhibit_all_warnings!

def testing_pods
pod 'Quick'
pod 'Nimble'
pod 'Quick', '~> 6.0'
pod 'Nimble', '~> 11.0'
pod 'Sourcery'
pod 'SwiftFormat/CLI'
pod 'OHHTTPStubs/Swift', :configurations => ['Debug Staging', 'Debug Production']