From 9b91c7acd3458ad5c93656bb712b946a95ac836f Mon Sep 17 00:00:00 2001 From: Davide De Rosa Date: Mon, 12 Nov 2018 10:45:47 +0100 Subject: [PATCH] Use versioned pod --- Podfile | 4 ++-- Podfile.lock | 15 +++------------ 2 files changed, 5 insertions(+), 14 deletions(-) diff --git a/Podfile b/Podfile index b5f57624..69ba936f 100644 --- a/Podfile +++ b/Podfile @@ -2,8 +2,8 @@ source 'https://github.com/cocoapods/specs.git' use_frameworks! def shared_pods - #pod 'TunnelKit', '~> 1.3.1' - pod 'TunnelKit', :git => 'https://github.com/keeshux/tunnelkit', :commit => 'ac9ce0d' + pod 'TunnelKit', '~> 1.4.0' + #pod 'TunnelKit', :git => 'https://github.com/keeshux/tunnelkit', :commit => 'ac9ce0d' #pod 'TunnelKit', :path => '../../personal/tunnelkit' end diff --git a/Podfile.lock b/Podfile.lock index aa5a1b64..5080a966 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -14,23 +14,14 @@ PODS: DEPENDENCIES: - MBProgressHUD - - TunnelKit (from `https://github.com/keeshux/tunnelkit`, commit `ac9ce0d`) + - TunnelKit (~> 1.4.0) SPEC REPOS: https://github.com/cocoapods/specs.git: - MBProgressHUD - OpenSSL-Apple - SwiftyBeaver - -EXTERNAL SOURCES: - TunnelKit: - :commit: ac9ce0d - :git: https://github.com/keeshux/tunnelkit - -CHECKOUT OPTIONS: - TunnelKit: - :commit: ac9ce0d - :git: https://github.com/keeshux/tunnelkit + - TunnelKit SPEC CHECKSUMS: MBProgressHUD: e7baa36a220447d8aeb12769bf0585582f3866d9 @@ -38,6 +29,6 @@ SPEC CHECKSUMS: SwiftyBeaver: ccfcdf85a04d429f1633f668650b0ce8020bda3a TunnelKit: 8ac6ca743020b62e63bea66b3d169c53666fb737 -PODFILE CHECKSUM: 07c9d064a6f7b053986d305449fa44258029bb35 +PODFILE CHECKSUM: 286e244242c593f64bdb564cfa8a8048df3c956b COCOAPODS: 1.6.0.beta.2