Update TunnelKit for LZO support
This commit is contained in:
parent
a471161892
commit
3b1fbcc807
5
Podfile
5
Podfile
|
@ -3,8 +3,9 @@ platform :ios, '11.0'
|
||||||
use_frameworks!
|
use_frameworks!
|
||||||
|
|
||||||
def shared_pods
|
def shared_pods
|
||||||
pod 'TunnelKit', '~> 1.4.3'
|
#pod 'TunnelKit', '~> 1.4.3'
|
||||||
#pod 'TunnelKit', :git => 'https://github.com/keeshux/tunnelkit', :commit => '08b04c8'
|
pod 'TunnelKit', :git => 'https://github.com/keeshux/tunnelkit', :commit => '8e99c91'
|
||||||
|
pod 'TunnelKit/LZO', :git => 'https://github.com/keeshux/tunnelkit', :commit => '8e99c91'
|
||||||
#pod 'TunnelKit', :path => '../../personal/tunnelkit'
|
#pod 'TunnelKit', :path => '../../personal/tunnelkit'
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
29
Podfile.lock
29
Podfile.lock
|
@ -2,33 +2,44 @@ PODS:
|
||||||
- MBProgressHUD (1.1.0)
|
- MBProgressHUD (1.1.0)
|
||||||
- OpenSSL-Apple (1.1.0i.2)
|
- OpenSSL-Apple (1.1.0i.2)
|
||||||
- SwiftyBeaver (1.6.2)
|
- SwiftyBeaver (1.6.2)
|
||||||
- TunnelKit (1.4.3):
|
- TunnelKit (1.5.0):
|
||||||
- TunnelKit/AppExtension (= 1.4.3)
|
- TunnelKit/AppExtension (= 1.5.0)
|
||||||
- TunnelKit/Core (= 1.4.3)
|
- TunnelKit/Core (= 1.5.0)
|
||||||
- TunnelKit/AppExtension (1.4.3):
|
- TunnelKit/AppExtension (1.5.0):
|
||||||
- SwiftyBeaver
|
- SwiftyBeaver
|
||||||
- TunnelKit/Core
|
- TunnelKit/Core
|
||||||
- TunnelKit/Core (1.4.3):
|
- TunnelKit/Core (1.5.0):
|
||||||
- OpenSSL-Apple (~> 1.1.0i.2)
|
- OpenSSL-Apple (~> 1.1.0i.2)
|
||||||
- SwiftyBeaver
|
- SwiftyBeaver
|
||||||
|
- TunnelKit/LZO (1.5.0)
|
||||||
|
|
||||||
DEPENDENCIES:
|
DEPENDENCIES:
|
||||||
- MBProgressHUD
|
- MBProgressHUD
|
||||||
- TunnelKit (~> 1.4.3)
|
- TunnelKit (from `https://github.com/keeshux/tunnelkit`, commit `8e99c91`)
|
||||||
|
- TunnelKit/LZO (from `https://github.com/keeshux/tunnelkit`, commit `8e99c91`)
|
||||||
|
|
||||||
SPEC REPOS:
|
SPEC REPOS:
|
||||||
https://github.com/cocoapods/specs.git:
|
https://github.com/cocoapods/specs.git:
|
||||||
- MBProgressHUD
|
- MBProgressHUD
|
||||||
- OpenSSL-Apple
|
- OpenSSL-Apple
|
||||||
- SwiftyBeaver
|
- SwiftyBeaver
|
||||||
- TunnelKit
|
|
||||||
|
EXTERNAL SOURCES:
|
||||||
|
TunnelKit:
|
||||||
|
:commit: 8e99c91
|
||||||
|
:git: https://github.com/keeshux/tunnelkit
|
||||||
|
|
||||||
|
CHECKOUT OPTIONS:
|
||||||
|
TunnelKit:
|
||||||
|
:commit: 8e99c91
|
||||||
|
:git: https://github.com/keeshux/tunnelkit
|
||||||
|
|
||||||
SPEC CHECKSUMS:
|
SPEC CHECKSUMS:
|
||||||
MBProgressHUD: e7baa36a220447d8aeb12769bf0585582f3866d9
|
MBProgressHUD: e7baa36a220447d8aeb12769bf0585582f3866d9
|
||||||
OpenSSL-Apple: 37a8c0b04df4bb8971deef4671cc29222861319c
|
OpenSSL-Apple: 37a8c0b04df4bb8971deef4671cc29222861319c
|
||||||
SwiftyBeaver: 8e67ab3cd94389cbbb7a9c7cc02748d98bfee68e
|
SwiftyBeaver: 8e67ab3cd94389cbbb7a9c7cc02748d98bfee68e
|
||||||
TunnelKit: 194e6f60cf5cbddfee1a24be6c7c540f70bdeb5f
|
TunnelKit: a1ec190379cba7c74be68635ad1dd4b59ceaf5ad
|
||||||
|
|
||||||
PODFILE CHECKSUM: 64d514eec14e2f21c3da54f71cb0057d921db90d
|
PODFILE CHECKSUM: 4485846865fff02ed2dd427b2a7f2388c6eded71
|
||||||
|
|
||||||
COCOAPODS: 1.6.1
|
COCOAPODS: 1.6.1
|
||||||
|
|
Loading…
Reference in New Issue