parent
2a7d7900c6
commit
df45fb29a2
4
Podfile
4
Podfile
|
@ -8,8 +8,8 @@ $tunnelkit_name = 'TunnelKit'
|
|||
$tunnelkit_specs = ['Protocols/OpenVPN', 'Extra/LZO']
|
||||
|
||||
def shared_pods
|
||||
pod_version $tunnelkit_name, $tunnelkit_specs, '~> 2.2.6'
|
||||
#pod_git $tunnelkit_name, $tunnelkit_specs, '0d4fc50'
|
||||
#pod_version $tunnelkit_name, $tunnelkit_specs, '~> 2.2.6'
|
||||
pod_git $tunnelkit_name, $tunnelkit_specs, '74ed3cb'
|
||||
#pod_path $tunnelkit_name, $tunnelkit_specs, '..'
|
||||
pod 'SSZipArchive'
|
||||
|
||||
|
|
23
Podfile.lock
23
Podfile.lock
|
@ -24,13 +24,13 @@ PODS:
|
|||
- OpenSSL-Apple (1.1.1g.6)
|
||||
- SSZipArchive (2.2.3)
|
||||
- SwiftyBeaver (1.9.1)
|
||||
- TunnelKit/AppExtension (2.2.6):
|
||||
- TunnelKit/AppExtension (2.2.7):
|
||||
- SwiftyBeaver
|
||||
- TunnelKit/Core
|
||||
- TunnelKit/Core (2.2.6):
|
||||
- TunnelKit/Core (2.2.7):
|
||||
- SwiftyBeaver
|
||||
- TunnelKit/Extra/LZO (2.2.6)
|
||||
- TunnelKit/Protocols/OpenVPN (2.2.6):
|
||||
- TunnelKit/Extra/LZO (2.2.7)
|
||||
- TunnelKit/Protocols/OpenVPN (2.2.7):
|
||||
- OpenSSL-Apple (~> 1.1.1g.6)
|
||||
- TunnelKit/AppExtension
|
||||
- TunnelKit/Core
|
||||
|
@ -49,8 +49,8 @@ DEPENDENCIES:
|
|||
- Kvitto
|
||||
- MBProgressHUD
|
||||
- SSZipArchive
|
||||
- TunnelKit/Extra/LZO (~> 2.2.6)
|
||||
- TunnelKit/Protocols/OpenVPN (~> 2.2.6)
|
||||
- TunnelKit/Extra/LZO (from `https://github.com/passepartoutvpn/tunnelkit`, commit `74ed3cb`)
|
||||
- TunnelKit/Protocols/OpenVPN (from `https://github.com/passepartoutvpn/tunnelkit`, commit `74ed3cb`)
|
||||
|
||||
SPEC REPOS:
|
||||
https://github.com/cocoapods/specs.git:
|
||||
|
@ -60,17 +60,22 @@ SPEC REPOS:
|
|||
- OpenSSL-Apple
|
||||
- SSZipArchive
|
||||
- SwiftyBeaver
|
||||
- TunnelKit
|
||||
|
||||
EXTERNAL SOURCES:
|
||||
Convenience:
|
||||
:commit: 0b09b1e
|
||||
:git: https://github.com/keeshux/convenience
|
||||
TunnelKit:
|
||||
:commit: 74ed3cb
|
||||
:git: https://github.com/passepartoutvpn/tunnelkit
|
||||
|
||||
CHECKOUT OPTIONS:
|
||||
Convenience:
|
||||
:commit: 0b09b1e
|
||||
:git: https://github.com/keeshux/convenience
|
||||
TunnelKit:
|
||||
:commit: 74ed3cb
|
||||
:git: https://github.com/passepartoutvpn/tunnelkit
|
||||
|
||||
SPEC CHECKSUMS:
|
||||
Convenience: c805c2aff569ff735c5d69c2c2b7a9bd110fa507
|
||||
|
@ -80,8 +85,8 @@ SPEC CHECKSUMS:
|
|||
OpenSSL-Apple: c9c1b9c5b2b1fc4e1758fc5f0836b58ae7fd8183
|
||||
SSZipArchive: 62d4947b08730e4cda640473b0066d209ff033c9
|
||||
SwiftyBeaver: a1f5691458561414bcfab51874b2b7445451602b
|
||||
TunnelKit: e8af40ef7796dc3bea3a29e4682cf3217714e69b
|
||||
TunnelKit: cbd063b8b6f4f6a182cf48e646ff35cb2365bf91
|
||||
|
||||
PODFILE CHECKSUM: e37e6bdaf75c505bd6d26ec336ed821104ae6d7b
|
||||
PODFILE CHECKSUM: ad274e7f1cdd299cddfb06e23a2c0c0da7153f91
|
||||
|
||||
COCOAPODS: 1.9.3
|
||||
|
|
Loading…
Reference in New Issue