parent
4e9bfb73a4
commit
f3b267ba88
4
Podfile
4
Podfile
|
@ -7,8 +7,8 @@ $tunnelkit_name = 'TunnelKit'
|
|||
$tunnelkit_specs = ['Protocols/OpenVPN', 'Extra/LZO']
|
||||
|
||||
def shared_pods
|
||||
pod_version $tunnelkit_name, $tunnelkit_specs, '~> 3.1.0'
|
||||
#pod_git $tunnelkit_name, $tunnelkit_specs, 'e923382'
|
||||
#pod_version $tunnelkit_name, $tunnelkit_specs, '~> 3.1.0'
|
||||
pod_git $tunnelkit_name, $tunnelkit_specs, '744257e'
|
||||
#pod_path $tunnelkit_name, $tunnelkit_specs, '..'
|
||||
pod 'SSZipArchive'
|
||||
pod 'Kvitto', :git => 'https://github.com/keeshux/Kvitto', :branch => 'enable-macos-spec'
|
||||
|
|
25
Podfile.lock
25
Podfile.lock
|
@ -24,15 +24,15 @@ PODS:
|
|||
- OpenSSL-Apple (1.1.1h.10)
|
||||
- SSZipArchive (2.2.3)
|
||||
- SwiftyBeaver (1.9.3)
|
||||
- TunnelKit/AppExtension (3.1.0):
|
||||
- TunnelKit/AppExtension (3.2.0):
|
||||
- SwiftyBeaver
|
||||
- TunnelKit/Core
|
||||
- TunnelKit/Core (3.1.0):
|
||||
- TunnelKit/Core (3.2.0):
|
||||
- SwiftyBeaver
|
||||
- TunnelKit/Extra/LZO (3.1.0)
|
||||
- TunnelKit/Manager (3.1.0):
|
||||
- TunnelKit/Extra/LZO (3.2.0)
|
||||
- TunnelKit/Manager (3.2.0):
|
||||
- SwiftyBeaver
|
||||
- TunnelKit/Protocols/OpenVPN (3.1.0):
|
||||
- TunnelKit/Protocols/OpenVPN (3.2.0):
|
||||
- OpenSSL-Apple (~> 1.1.1h.10)
|
||||
- TunnelKit/AppExtension
|
||||
- TunnelKit/Core
|
||||
|
@ -52,8 +52,8 @@ DEPENDENCIES:
|
|||
- Kvitto (from `https://github.com/keeshux/Kvitto`, branch `enable-macos-spec`)
|
||||
- MBProgressHUD
|
||||
- SSZipArchive
|
||||
- TunnelKit/Extra/LZO (~> 3.1.0)
|
||||
- TunnelKit/Protocols/OpenVPN (~> 3.1.0)
|
||||
- TunnelKit/Extra/LZO (from `https://github.com/passepartoutvpn/tunnelkit`, commit `744257e`)
|
||||
- TunnelKit/Protocols/OpenVPN (from `https://github.com/passepartoutvpn/tunnelkit`, commit `744257e`)
|
||||
|
||||
SPEC REPOS:
|
||||
https://github.com/cocoapods/specs.git:
|
||||
|
@ -62,7 +62,6 @@ SPEC REPOS:
|
|||
- OpenSSL-Apple
|
||||
- SSZipArchive
|
||||
- SwiftyBeaver
|
||||
- TunnelKit
|
||||
|
||||
EXTERNAL SOURCES:
|
||||
Convenience:
|
||||
|
@ -71,6 +70,9 @@ EXTERNAL SOURCES:
|
|||
Kvitto:
|
||||
:branch: enable-macos-spec
|
||||
:git: https://github.com/keeshux/Kvitto
|
||||
TunnelKit:
|
||||
:commit: 744257e
|
||||
:git: https://github.com/passepartoutvpn/tunnelkit
|
||||
|
||||
CHECKOUT OPTIONS:
|
||||
Convenience:
|
||||
|
@ -79,6 +81,9 @@ CHECKOUT OPTIONS:
|
|||
Kvitto:
|
||||
:commit: e263fcd1f40a6a482a0f1e424ba98009c4ad2b96
|
||||
:git: https://github.com/keeshux/Kvitto
|
||||
TunnelKit:
|
||||
:commit: 744257e
|
||||
:git: https://github.com/passepartoutvpn/tunnelkit
|
||||
|
||||
SPEC CHECKSUMS:
|
||||
Convenience: c805c2aff569ff735c5d69c2c2b7a9bd110fa507
|
||||
|
@ -88,8 +93,8 @@ SPEC CHECKSUMS:
|
|||
OpenSSL-Apple: 8a8fcb06fb66f9c2f7aed45ce363668493b8e5f6
|
||||
SSZipArchive: 62d4947b08730e4cda640473b0066d209ff033c9
|
||||
SwiftyBeaver: 2e8acd6fc90c6d0a27055867a290794926d57c02
|
||||
TunnelKit: 1d9494670d643fd447aa3fa208dae1a4dcab2b2e
|
||||
TunnelKit: b9ea352cbcce641f98687109c2e7d8cb1fa40e19
|
||||
|
||||
PODFILE CHECKSUM: 49cadeae6b11c6b4bb4ea7d10e7d70519211c659
|
||||
PODFILE CHECKSUM: 72b3af8f32ce92ae7990830e1d076f494ea1f8bb
|
||||
|
||||
COCOAPODS: 1.10.0
|
||||
|
|
Loading…
Reference in New Issue