From 3422bf59c57d6f0dea49c96abdf9e9244f577f04 Mon Sep 17 00:00:00 2001 From: Kostiantyn Koval Date: Wed, 30 Sep 2015 15:20:06 +0200 Subject: [PATCH] update pods --- Podfile | 4 ++-- Podfile.lock | 30 +++++++----------------------- 2 files changed, 9 insertions(+), 25 deletions(-) diff --git a/Podfile b/Podfile index 812cbd8..2ba5a34 100644 --- a/Podfile +++ b/Podfile @@ -3,8 +3,8 @@ use_frameworks! def import_test_pods - pod 'Quick', :git => 'https://github.com/Quick/Quick', :branch => 'swift-2.0' - pod 'Nimble', :git => 'https://github.com/Quick/Nimble', :branch => 'swift-2.0' + pod 'Quick', '~> 0.6' + pod 'Nimble', '2.0.0-rc.3' end diff --git a/Podfile.lock b/Podfile.lock index 430a66b..4ec3a65 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -1,29 +1,13 @@ PODS: - - Nimble (1.0.0-rc.1) - - Quick (0.3.1) + - Nimble (2.0.0-rc.3) + - Quick (0.6.0) DEPENDENCIES: - - Nimble (from `https://github.com/Quick/Nimble`, branch `swift-2.0`) - - Quick (from `https://github.com/Quick/Quick`, branch `swift-2.0`) - -EXTERNAL SOURCES: - Nimble: - :branch: swift-2.0 - :git: https://github.com/Quick/Nimble - Quick: - :branch: swift-2.0 - :git: https://github.com/Quick/Quick - -CHECKOUT OPTIONS: - Nimble: - :commit: 3102770b04cb716bc38f28add2feac15dbbbf2ab - :git: https://github.com/Quick/Nimble - Quick: - :commit: a840a9e33a673e20a0225912c85bb314074cc161 - :git: https://github.com/Quick/Quick + - Nimble (= 2.0.0-rc.3) + - Quick (~> 0.6) SPEC CHECKSUMS: - Nimble: 23f1dbddf1706172c7d740430858e5dfa93d997a - Quick: 824572d3d198d51e52cf4aa722cebf7e59952a35 + Nimble: 9dff98ee195ffe7351d3b2fb01d3a1420fd97948 + Quick: 563686dbcf0ae0f9f7401ac9cd2d786ee1b7f3d7 -COCOAPODS: 0.37.2 +COCOAPODS: 0.38.2