diff --git a/Podfile b/Podfile index 5d8875b..826bb29 100644 --- a/Podfile +++ b/Podfile @@ -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', '~> 3.2' end target :UnitTest do - pod 'SwiftyBeaver', '1.7.0' - pod 'OHHTTPStubs/Swift', '7.0.0' + pod 'SwiftyBeaver', '~> 1.7' + pod 'OHHTTPStubs/Swift', '~> 7.0' end post_install do |installer|