Use versioned TunnelKit
This commit is contained in:
parent
ebcf7da8c2
commit
cb1dc5ed54
4
Podfile
4
Podfile
|
@ -3,8 +3,8 @@ platform :ios, '11.0'
|
|||
use_frameworks!
|
||||
|
||||
def shared_pods
|
||||
#pod 'TunnelKit', '~> 1.4.2'
|
||||
pod 'TunnelKit', :git => 'https://github.com/keeshux/tunnelkit', :commit => '08b04c8'
|
||||
pod 'TunnelKit', '~> 1.4.3'
|
||||
#pod 'TunnelKit', :git => 'https://github.com/keeshux/tunnelkit', :commit => '08b04c8'
|
||||
#pod 'TunnelKit', :path => '../../personal/tunnelkit'
|
||||
end
|
||||
|
||||
|
|
15
Podfile.lock
15
Podfile.lock
|
@ -14,23 +14,14 @@ PODS:
|
|||
|
||||
DEPENDENCIES:
|
||||
- MBProgressHUD
|
||||
- TunnelKit (from `https://github.com/keeshux/tunnelkit`, commit `08b04c8`)
|
||||
- TunnelKit (~> 1.4.3)
|
||||
|
||||
SPEC REPOS:
|
||||
https://github.com/cocoapods/specs.git:
|
||||
- MBProgressHUD
|
||||
- OpenSSL-Apple
|
||||
- SwiftyBeaver
|
||||
|
||||
EXTERNAL SOURCES:
|
||||
TunnelKit:
|
||||
:commit: 08b04c8
|
||||
:git: https://github.com/keeshux/tunnelkit
|
||||
|
||||
CHECKOUT OPTIONS:
|
||||
TunnelKit:
|
||||
:commit: 08b04c8
|
||||
:git: https://github.com/keeshux/tunnelkit
|
||||
- TunnelKit
|
||||
|
||||
SPEC CHECKSUMS:
|
||||
MBProgressHUD: e7baa36a220447d8aeb12769bf0585582f3866d9
|
||||
|
@ -38,6 +29,6 @@ SPEC CHECKSUMS:
|
|||
SwiftyBeaver: 8e67ab3cd94389cbbb7a9c7cc02748d98bfee68e
|
||||
TunnelKit: 194e6f60cf5cbddfee1a24be6c7c540f70bdeb5f
|
||||
|
||||
PODFILE CHECKSUM: 182a90f68f5e681d3a4706280b96bfbe3c083747
|
||||
PODFILE CHECKSUM: 64d514eec14e2f21c3da54f71cb0057d921db90d
|
||||
|
||||
COCOAPODS: 1.6.1
|
||||
|
|
Loading…
Reference in New Issue