Update TunnelKit
This commit is contained in:
parent
160c9c34dd
commit
53d65853af
2
Podfile
2
Podfile
|
@ -8,7 +8,7 @@ $tunnelkit_name = 'TunnelKit'
|
||||||
$tunnelkit_specs = ['Protocols/OpenVPN', 'Extra/LZO']
|
$tunnelkit_specs = ['Protocols/OpenVPN', 'Extra/LZO']
|
||||||
|
|
||||||
def shared_pods
|
def shared_pods
|
||||||
pod_version $tunnelkit_name, $tunnelkit_specs, '~> 2.2.4'
|
pod_version $tunnelkit_name, $tunnelkit_specs, '~> 2.2.5'
|
||||||
#pod_git $tunnelkit_name, $tunnelkit_specs, '0d4fc50'
|
#pod_git $tunnelkit_name, $tunnelkit_specs, '0d4fc50'
|
||||||
#pod_path $tunnelkit_name, $tunnelkit_specs, '..'
|
#pod_path $tunnelkit_name, $tunnelkit_specs, '..'
|
||||||
pod 'SSZipArchive'
|
pod 'SSZipArchive'
|
||||||
|
|
16
Podfile.lock
16
Podfile.lock
|
@ -24,13 +24,13 @@ PODS:
|
||||||
- OpenSSL-Apple (1.1.1g.6)
|
- OpenSSL-Apple (1.1.1g.6)
|
||||||
- SSZipArchive (2.2.3)
|
- SSZipArchive (2.2.3)
|
||||||
- SwiftyBeaver (1.9.1)
|
- SwiftyBeaver (1.9.1)
|
||||||
- TunnelKit/AppExtension (2.2.4):
|
- TunnelKit/AppExtension (2.2.5):
|
||||||
- SwiftyBeaver
|
- SwiftyBeaver
|
||||||
- TunnelKit/Core
|
- TunnelKit/Core
|
||||||
- TunnelKit/Core (2.2.4):
|
- TunnelKit/Core (2.2.5):
|
||||||
- SwiftyBeaver
|
- SwiftyBeaver
|
||||||
- TunnelKit/Extra/LZO (2.2.4)
|
- TunnelKit/Extra/LZO (2.2.5)
|
||||||
- TunnelKit/Protocols/OpenVPN (2.2.4):
|
- TunnelKit/Protocols/OpenVPN (2.2.5):
|
||||||
- OpenSSL-Apple (~> 1.1.1g.6)
|
- OpenSSL-Apple (~> 1.1.1g.6)
|
||||||
- TunnelKit/AppExtension
|
- TunnelKit/AppExtension
|
||||||
- TunnelKit/Core
|
- TunnelKit/Core
|
||||||
|
@ -49,8 +49,8 @@ DEPENDENCIES:
|
||||||
- Kvitto
|
- Kvitto
|
||||||
- MBProgressHUD
|
- MBProgressHUD
|
||||||
- SSZipArchive
|
- SSZipArchive
|
||||||
- TunnelKit/Extra/LZO (~> 2.2.4)
|
- TunnelKit/Extra/LZO (~> 2.2.5)
|
||||||
- TunnelKit/Protocols/OpenVPN (~> 2.2.4)
|
- TunnelKit/Protocols/OpenVPN (~> 2.2.5)
|
||||||
|
|
||||||
SPEC REPOS:
|
SPEC REPOS:
|
||||||
https://github.com/cocoapods/specs.git:
|
https://github.com/cocoapods/specs.git:
|
||||||
|
@ -80,8 +80,8 @@ SPEC CHECKSUMS:
|
||||||
OpenSSL-Apple: c9c1b9c5b2b1fc4e1758fc5f0836b58ae7fd8183
|
OpenSSL-Apple: c9c1b9c5b2b1fc4e1758fc5f0836b58ae7fd8183
|
||||||
SSZipArchive: 62d4947b08730e4cda640473b0066d209ff033c9
|
SSZipArchive: 62d4947b08730e4cda640473b0066d209ff033c9
|
||||||
SwiftyBeaver: a1f5691458561414bcfab51874b2b7445451602b
|
SwiftyBeaver: a1f5691458561414bcfab51874b2b7445451602b
|
||||||
TunnelKit: 37bfe4df2f089d8f729d7a32dd0a74e0d48af5f0
|
TunnelKit: 17c6af76028b29cc6ddc936160986a4d12e09266
|
||||||
|
|
||||||
PODFILE CHECKSUM: 325dc5ebe57520e37d2ad86f6981b2ba9021d592
|
PODFILE CHECKSUM: 04c9b5c05b2e958dc32a014a84ee014b31d36241
|
||||||
|
|
||||||
COCOAPODS: 1.9.1
|
COCOAPODS: 1.9.1
|
||||||
|
|
Loading…
Reference in New Issue