Skip to content

Commit

Permalink
[#508] Update Quick and Nimble to support Async
Browse files Browse the repository at this point in the history
  • Loading branch information
blyscuit committed Oct 5, 2023
1 parent 7e653b9 commit ac3f5e4
Showing 1 changed file with 3 additions and 3 deletions.
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']
Expand Down

0 comments on commit ac3f5e4

Please sign in to comment.