Skip to content

Commit

Permalink
Merge 1fba837 into 247fbcb
Browse files Browse the repository at this point in the history
  • Loading branch information
mcsisink committed Oct 2, 2020
2 parents 247fbcb + 1fba837 commit a4a8f5d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Podfile
Expand Up @@ -5,14 +5,14 @@ source 'https://cdn.cocoapods.org/'
use_frameworks!

target :GirdersSwift do
pod 'SwiftyBeaver', '1.7.0'
pod 'PromiseKit', '6.8.3'
pod 'KeychainAccess', '3.2.0'
pod 'SwiftyBeaver', '~> 1.7'
pod 'PromiseKit', '~> 6.8'
pod 'KeychainAccess', '~> 4.2'
end

target :UnitTest do
pod 'SwiftyBeaver', '1.7.0'
pod 'OHHTTPStubs/Swift', '7.0.0'
pod 'SwiftyBeaver', '~> 1.7'
pod 'OHHTTPStubs/Swift', '~> 9.0'
end

post_install do |installer|
Expand Down

0 comments on commit a4a8f5d

Please sign in to comment.