Update TunnelKit to fix Mullvad disconnections

This commit is contained in:
Davide De Rosa 2018-10-19 16:02:37 +02:00
parent 6fb258aa0b
commit 2db880e366
2 changed files with 5 additions and 5 deletions

View File

@ -3,7 +3,7 @@ use_frameworks!
def shared_pods
#pod 'TunnelKit', '~> 1.1.2'
pod 'TunnelKit', :git => 'https://github.com/keeshux/tunnelkit', :commit => '96c1650'
pod 'TunnelKit', :git => 'https://github.com/keeshux/tunnelkit', :commit => 'ca192e4'
#pod 'TunnelKit', :path => '../tunnelkit'
end

View File

@ -14,7 +14,7 @@ PODS:
DEPENDENCIES:
- MBProgressHUD
- TunnelKit (from `https://github.com/keeshux/tunnelkit`, commit `96c1650`)
- TunnelKit (from `https://github.com/keeshux/tunnelkit`, commit `ca192e4`)
SPEC REPOS:
https://github.com/cocoapods/specs.git:
@ -24,12 +24,12 @@ SPEC REPOS:
EXTERNAL SOURCES:
TunnelKit:
:commit: 96c1650
:commit: ca192e4
:git: https://github.com/keeshux/tunnelkit
CHECKOUT OPTIONS:
TunnelKit:
:commit: 96c1650
:commit: ca192e4
:git: https://github.com/keeshux/tunnelkit
SPEC CHECKSUMS:
@ -38,6 +38,6 @@ SPEC CHECKSUMS:
SwiftyBeaver: ccfcdf85a04d429f1633f668650b0ce8020bda3a
TunnelKit: 8167e45290d15e2c7c789d8d4c0d5f084f532335
PODFILE CHECKSUM: f6888fe9e046f88d139af75dd5308916c5be8b7b
PODFILE CHECKSUM: a720594d8829c15b76e9ea32e2bd98a4854961cf
COCOAPODS: 1.6.0.beta.2