Update pods and API
This commit is contained in:
parent
a815a31154
commit
a140ffca7f
4
Podfile
4
Podfile
|
@ -7,8 +7,8 @@ $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, '~> 3.3.0'
|
pod_version $tunnelkit_name, $tunnelkit_specs, '~> 3.3.1'
|
||||||
pod_git $tunnelkit_name, $tunnelkit_specs, '59e30cd'
|
#pod_git $tunnelkit_name, $tunnelkit_specs, '59e30cd'
|
||||||
#pod_path $tunnelkit_name, $tunnelkit_specs, '..'
|
#pod_path $tunnelkit_name, $tunnelkit_specs, '..'
|
||||||
pod 'SSZipArchive'
|
pod 'SSZipArchive'
|
||||||
pod 'Kvitto', :git => 'https://github.com/keeshux/Kvitto', :branch => 'enable-macos-spec'
|
pod 'Kvitto', :git => 'https://github.com/keeshux/Kvitto', :branch => 'enable-macos-spec'
|
||||||
|
|
13
Podfile.lock
13
Podfile.lock
|
@ -52,8 +52,8 @@ DEPENDENCIES:
|
||||||
- Kvitto (from `https://github.com/keeshux/Kvitto`, branch `enable-macos-spec`)
|
- Kvitto (from `https://github.com/keeshux/Kvitto`, branch `enable-macos-spec`)
|
||||||
- MBProgressHUD
|
- MBProgressHUD
|
||||||
- SSZipArchive
|
- SSZipArchive
|
||||||
- TunnelKit/Extra/LZO (from `https://github.com/passepartoutvpn/tunnelkit`, commit `59e30cd`)
|
- TunnelKit/Extra/LZO (~> 3.3.1)
|
||||||
- TunnelKit/Protocols/OpenVPN (from `https://github.com/passepartoutvpn/tunnelkit`, commit `59e30cd`)
|
- TunnelKit/Protocols/OpenVPN (~> 3.3.1)
|
||||||
|
|
||||||
SPEC REPOS:
|
SPEC REPOS:
|
||||||
https://github.com/cocoapods/specs.git:
|
https://github.com/cocoapods/specs.git:
|
||||||
|
@ -62,6 +62,7 @@ SPEC REPOS:
|
||||||
- OpenSSL-Apple
|
- OpenSSL-Apple
|
||||||
- SSZipArchive
|
- SSZipArchive
|
||||||
- SwiftyBeaver
|
- SwiftyBeaver
|
||||||
|
- TunnelKit
|
||||||
|
|
||||||
EXTERNAL SOURCES:
|
EXTERNAL SOURCES:
|
||||||
Convenience:
|
Convenience:
|
||||||
|
@ -70,9 +71,6 @@ EXTERNAL SOURCES:
|
||||||
Kvitto:
|
Kvitto:
|
||||||
:branch: enable-macos-spec
|
:branch: enable-macos-spec
|
||||||
:git: https://github.com/keeshux/Kvitto
|
:git: https://github.com/keeshux/Kvitto
|
||||||
TunnelKit:
|
|
||||||
:commit: 59e30cd
|
|
||||||
:git: https://github.com/passepartoutvpn/tunnelkit
|
|
||||||
|
|
||||||
CHECKOUT OPTIONS:
|
CHECKOUT OPTIONS:
|
||||||
Convenience:
|
Convenience:
|
||||||
|
@ -81,9 +79,6 @@ CHECKOUT OPTIONS:
|
||||||
Kvitto:
|
Kvitto:
|
||||||
:commit: e263fcd1f40a6a482a0f1e424ba98009c4ad2b96
|
:commit: e263fcd1f40a6a482a0f1e424ba98009c4ad2b96
|
||||||
:git: https://github.com/keeshux/Kvitto
|
:git: https://github.com/keeshux/Kvitto
|
||||||
TunnelKit:
|
|
||||||
:commit: 59e30cd
|
|
||||||
:git: https://github.com/passepartoutvpn/tunnelkit
|
|
||||||
|
|
||||||
SPEC CHECKSUMS:
|
SPEC CHECKSUMS:
|
||||||
Convenience: c805c2aff569ff735c5d69c2c2b7a9bd110fa507
|
Convenience: c805c2aff569ff735c5d69c2c2b7a9bd110fa507
|
||||||
|
@ -95,6 +90,6 @@ SPEC CHECKSUMS:
|
||||||
SwiftyBeaver: 2e8acd6fc90c6d0a27055867a290794926d57c02
|
SwiftyBeaver: 2e8acd6fc90c6d0a27055867a290794926d57c02
|
||||||
TunnelKit: abc76b7580ac190c4e932d8e67b9ece11fba45a4
|
TunnelKit: abc76b7580ac190c4e932d8e67b9ece11fba45a4
|
||||||
|
|
||||||
PODFILE CHECKSUM: 7434cc8fc6def347d7c4c7e85dc4a0aae7f80328
|
PODFILE CHECKSUM: 02f587a7e0b92f055453fe6df12d236f8368ade5
|
||||||
|
|
||||||
COCOAPODS: 1.10.1
|
COCOAPODS: 1.10.1
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 1dfdd65782b10429086bbfe984ec52e1a00f6984
|
Subproject commit a6ee6f50ef5cfc25401beb61294a6226e16ce944
|
Loading…
Reference in New Issue