parent
969b19361b
commit
9d8e6c5056
|
@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
|
||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## Unreleased
|
## 1.4.0 Beta 1604 (2019-04-07)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
|
|
8
Podfile
8
Podfile
|
@ -3,10 +3,10 @@ platform :ios, '11.0'
|
||||||
use_frameworks!
|
use_frameworks!
|
||||||
|
|
||||||
def shared_pods
|
def shared_pods
|
||||||
#pod 'TunnelKit', '~> 1.6.0'
|
pod 'TunnelKit', '~> 1.6.0'
|
||||||
#pod 'TunnelKit/LZO', '~> 1.6.0'
|
pod 'TunnelKit/LZO', '~> 1.6.0'
|
||||||
pod 'TunnelKit', :git => 'https://github.com/keeshux/tunnelkit', :commit => '3717136'
|
#pod 'TunnelKit', :git => 'https://github.com/keeshux/tunnelkit', :commit => '3717136'
|
||||||
pod 'TunnelKit/LZO', :git => 'https://github.com/keeshux/tunnelkit', :commit => '3717136'
|
#pod 'TunnelKit/LZO', :git => 'https://github.com/keeshux/tunnelkit', :commit => '3717136'
|
||||||
#pod 'TunnelKit', :path => '../../personal/tunnelkit'
|
#pod 'TunnelKit', :path => '../../personal/tunnelkit'
|
||||||
#pod 'TunnelKit/LZO', :path => '../../personal/tunnelkit'
|
#pod 'TunnelKit/LZO', :path => '../../personal/tunnelkit'
|
||||||
end
|
end
|
||||||
|
|
17
Podfile.lock
17
Podfile.lock
|
@ -15,24 +15,15 @@ PODS:
|
||||||
|
|
||||||
DEPENDENCIES:
|
DEPENDENCIES:
|
||||||
- MBProgressHUD
|
- MBProgressHUD
|
||||||
- TunnelKit (from `https://github.com/keeshux/tunnelkit`, commit `3717136`)
|
- TunnelKit (~> 1.6.0)
|
||||||
- TunnelKit/LZO (from `https://github.com/keeshux/tunnelkit`, commit `3717136`)
|
- TunnelKit/LZO (~> 1.6.0)
|
||||||
|
|
||||||
SPEC REPOS:
|
SPEC REPOS:
|
||||||
https://github.com/cocoapods/specs.git:
|
https://github.com/cocoapods/specs.git:
|
||||||
- MBProgressHUD
|
- MBProgressHUD
|
||||||
- OpenSSL-Apple
|
- OpenSSL-Apple
|
||||||
- SwiftyBeaver
|
- SwiftyBeaver
|
||||||
|
- TunnelKit
|
||||||
EXTERNAL SOURCES:
|
|
||||||
TunnelKit:
|
|
||||||
:commit: '3717136'
|
|
||||||
:git: https://github.com/keeshux/tunnelkit
|
|
||||||
|
|
||||||
CHECKOUT OPTIONS:
|
|
||||||
TunnelKit:
|
|
||||||
:commit: '3717136'
|
|
||||||
:git: https://github.com/keeshux/tunnelkit
|
|
||||||
|
|
||||||
SPEC CHECKSUMS:
|
SPEC CHECKSUMS:
|
||||||
MBProgressHUD: e7baa36a220447d8aeb12769bf0585582f3866d9
|
MBProgressHUD: e7baa36a220447d8aeb12769bf0585582f3866d9
|
||||||
|
@ -40,6 +31,6 @@ SPEC CHECKSUMS:
|
||||||
SwiftyBeaver: 4cc0080d2e23f980652e28978db11a5c9da39165
|
SwiftyBeaver: 4cc0080d2e23f980652e28978db11a5c9da39165
|
||||||
TunnelKit: cd10ff6f4368e82414a72e6a111dae369252964e
|
TunnelKit: cd10ff6f4368e82414a72e6a111dae369252964e
|
||||||
|
|
||||||
PODFILE CHECKSUM: ac36c6e7c217954d161722efe5d6dfd6451f6015
|
PODFILE CHECKSUM: e89a1c8dc15edb034b0b9f2eef9f2da8cf917801
|
||||||
|
|
||||||
COCOAPODS: 1.6.1
|
COCOAPODS: 1.6.1
|
||||||
|
|
Loading…
Reference in New Issue