Update pods and CHANGELOG
This commit is contained in:
parent
5bede48c1c
commit
3f8752f9d9
|
@ -5,6 +5,12 @@ 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).
|
||||||
|
|
||||||
|
## 1.0 beta 1018 (2018-10-18)
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Drive generic support requests on Reddit.
|
||||||
|
|
||||||
## 1.0 beta 1013 (2018-10-18)
|
## 1.0 beta 1013 (2018-10-18)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
4
Podfile
4
Podfile
|
@ -2,8 +2,8 @@ source 'https://github.com/cocoapods/specs.git'
|
||||||
use_frameworks!
|
use_frameworks!
|
||||||
|
|
||||||
def shared_pods
|
def shared_pods
|
||||||
#pod 'TunnelKit', '~> 1.1.1'
|
#pod 'TunnelKit', '~> 1.1.2'
|
||||||
pod 'TunnelKit', :git => 'https://github.com/keeshux/tunnelkit', :commit => '961a30c'
|
pod 'TunnelKit', :git => 'https://github.com/keeshux/tunnelkit', :commit => '96c1650'
|
||||||
#pod 'TunnelKit', :path => '../tunnelkit'
|
#pod 'TunnelKit', :path => '../tunnelkit'
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
@ -14,7 +14,7 @@ PODS:
|
||||||
|
|
||||||
DEPENDENCIES:
|
DEPENDENCIES:
|
||||||
- MBProgressHUD
|
- MBProgressHUD
|
||||||
- TunnelKit (from `https://github.com/keeshux/tunnelkit`, commit `961a30c`)
|
- TunnelKit (from `https://github.com/keeshux/tunnelkit`, commit `96c1650`)
|
||||||
|
|
||||||
SPEC REPOS:
|
SPEC REPOS:
|
||||||
https://github.com/cocoapods/specs.git:
|
https://github.com/cocoapods/specs.git:
|
||||||
|
@ -24,12 +24,12 @@ SPEC REPOS:
|
||||||
|
|
||||||
EXTERNAL SOURCES:
|
EXTERNAL SOURCES:
|
||||||
TunnelKit:
|
TunnelKit:
|
||||||
:commit: 961a30c
|
:commit: 96c1650
|
||||||
:git: https://github.com/keeshux/tunnelkit
|
:git: https://github.com/keeshux/tunnelkit
|
||||||
|
|
||||||
CHECKOUT OPTIONS:
|
CHECKOUT OPTIONS:
|
||||||
TunnelKit:
|
TunnelKit:
|
||||||
:commit: 961a30c
|
:commit: 96c1650
|
||||||
:git: https://github.com/keeshux/tunnelkit
|
:git: https://github.com/keeshux/tunnelkit
|
||||||
|
|
||||||
SPEC CHECKSUMS:
|
SPEC CHECKSUMS:
|
||||||
|
@ -38,6 +38,6 @@ SPEC CHECKSUMS:
|
||||||
SwiftyBeaver: ccfcdf85a04d429f1633f668650b0ce8020bda3a
|
SwiftyBeaver: ccfcdf85a04d429f1633f668650b0ce8020bda3a
|
||||||
TunnelKit: 8167e45290d15e2c7c789d8d4c0d5f084f532335
|
TunnelKit: 8167e45290d15e2c7c789d8d4c0d5f084f532335
|
||||||
|
|
||||||
PODFILE CHECKSUM: 2bb8e12281676b8a13ed747e01975b33cbf1986e
|
PODFILE CHECKSUM: f6888fe9e046f88d139af75dd5308916c5be8b7b
|
||||||
|
|
||||||
COCOAPODS: 1.6.0.beta.1
|
COCOAPODS: 1.6.0.beta.1
|
||||||
|
|
Loading…
Reference in New Issue