Update bundle and pods
This commit is contained in:
parent
cc786df294
commit
ecee262fae
|
@ -63,7 +63,7 @@ GEM
|
|||
dotenv (2.7.5)
|
||||
emoji_regex (1.0.1)
|
||||
escape (0.0.4)
|
||||
excon (0.70.0)
|
||||
excon (0.71.0)
|
||||
faraday (0.17.1)
|
||||
multipart-post (>= 1.2, < 3)
|
||||
faraday-cookie_jar (0.0.6)
|
||||
|
@ -143,7 +143,7 @@ GEM
|
|||
httpclient (2.8.3)
|
||||
i18n (0.9.5)
|
||||
concurrent-ruby (~> 1.0)
|
||||
json (2.2.0)
|
||||
json (2.3.0)
|
||||
jwt (2.1.0)
|
||||
memoist (0.16.2)
|
||||
mime-types (3.3)
|
||||
|
@ -196,7 +196,7 @@ GEM
|
|||
unf_ext (0.0.7.6)
|
||||
unicode-display_width (1.6.0)
|
||||
word_wrap (1.0.0)
|
||||
xcodeproj (1.13.0)
|
||||
xcodeproj (1.14.0)
|
||||
CFPropertyList (>= 2.3.3, < 4.0)
|
||||
atomos (~> 0.1.3)
|
||||
claide (>= 1.0.2, < 2.0)
|
||||
|
|
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.0'
|
||||
pod_git $tunnelkit_name, $tunnelkit_specs, 'db78726'
|
||||
pod_version $tunnelkit_name, $tunnelkit_specs, '~> 2.2.1'
|
||||
#pod_git $tunnelkit_name, $tunnelkit_specs, 'db78726'
|
||||
#pod_path $tunnelkit_name, $tunnelkit_specs, '..'
|
||||
pod 'SSZipArchive'
|
||||
|
||||
|
|
27
Podfile.lock
27
Podfile.lock
|
@ -23,14 +23,14 @@ PODS:
|
|||
- MBProgressHUD (1.1.0)
|
||||
- OpenSSL-Apple (1.1.1d.5a)
|
||||
- SSZipArchive (2.2.2)
|
||||
- SwiftyBeaver (1.8.3)
|
||||
- TunnelKit/AppExtension (2.2.0):
|
||||
- SwiftyBeaver (1.8.4)
|
||||
- TunnelKit/AppExtension (2.2.1):
|
||||
- SwiftyBeaver
|
||||
- TunnelKit/Core
|
||||
- TunnelKit/Core (2.2.0):
|
||||
- TunnelKit/Core (2.2.1):
|
||||
- SwiftyBeaver
|
||||
- TunnelKit/Extra/LZO (2.2.0)
|
||||
- TunnelKit/Protocols/OpenVPN (2.2.0):
|
||||
- TunnelKit/Extra/LZO (2.2.1)
|
||||
- TunnelKit/Protocols/OpenVPN (2.2.1):
|
||||
- OpenSSL-Apple (~> 1.1.1d.5a)
|
||||
- TunnelKit/AppExtension
|
||||
- TunnelKit/Core
|
||||
|
@ -49,8 +49,8 @@ DEPENDENCIES:
|
|||
- Kvitto
|
||||
- MBProgressHUD
|
||||
- SSZipArchive
|
||||
- TunnelKit/Extra/LZO (from `https://github.com/passepartoutvpn/tunnelkit`, commit `db78726`)
|
||||
- TunnelKit/Protocols/OpenVPN (from `https://github.com/passepartoutvpn/tunnelkit`, commit `db78726`)
|
||||
- TunnelKit/Extra/LZO (~> 2.2.1)
|
||||
- TunnelKit/Protocols/OpenVPN (~> 2.2.1)
|
||||
|
||||
SPEC REPOS:
|
||||
https://github.com/cocoapods/specs.git:
|
||||
|
@ -60,22 +60,17 @@ SPEC REPOS:
|
|||
- OpenSSL-Apple
|
||||
- SSZipArchive
|
||||
- SwiftyBeaver
|
||||
- TunnelKit
|
||||
|
||||
EXTERNAL SOURCES:
|
||||
Convenience:
|
||||
:commit: 3a191e8
|
||||
:git: https://github.com/keeshux/convenience
|
||||
TunnelKit:
|
||||
:commit: db78726
|
||||
:git: https://github.com/passepartoutvpn/tunnelkit
|
||||
|
||||
CHECKOUT OPTIONS:
|
||||
Convenience:
|
||||
:commit: 3a191e8
|
||||
:git: https://github.com/keeshux/convenience
|
||||
TunnelKit:
|
||||
:commit: db78726
|
||||
:git: https://github.com/passepartoutvpn/tunnelkit
|
||||
|
||||
SPEC CHECKSUMS:
|
||||
Convenience: 230739dd640bb826b640765d93715744721726be
|
||||
|
@ -84,9 +79,9 @@ SPEC CHECKSUMS:
|
|||
MBProgressHUD: e7baa36a220447d8aeb12769bf0585582f3866d9
|
||||
OpenSSL-Apple: 2c9efbc94e0a1ada434cc197b02bd70052a82281
|
||||
SSZipArchive: fa16b8cc4cdeceb698e5e5d9f67e9558532fbf23
|
||||
SwiftyBeaver: 3d3e93a12d648bd400b6f2948a7ef128b5b183c7
|
||||
TunnelKit: 67d819c4a545d3f95a81bfb6627834d786a5b4d5
|
||||
SwiftyBeaver: f9a9aba96a6a6166e21682377804d728b0d20b95
|
||||
TunnelKit: 554b30f3a37387169d00be45d120fa8df6c8068e
|
||||
|
||||
PODFILE CHECKSUM: 8e261bf661da4ab8f57702f8d0292eb6c9c4edb8
|
||||
PODFILE CHECKSUM: 81a7b7e0f8d59b362c04b24ee9bebd428b540a51
|
||||
|
||||
COCOAPODS: 1.8.4
|
||||
|
|
Loading…
Reference in New Issue