Bump OpenSSL in podspec
This commit is contained in:
parent
735c1fd7fd
commit
b4c0c8ca1b
2
Podfile
2
Podfile
|
@ -3,7 +3,7 @@ use_frameworks!
|
||||||
|
|
||||||
def shared_pods
|
def shared_pods
|
||||||
pod 'SwiftyBeaver'
|
pod 'SwiftyBeaver'
|
||||||
pod 'OpenSSL-Apple', '~> 1.1.1d.5a'
|
pod 'OpenSSL-Apple', '~> 1.1.1f.6'
|
||||||
#pod 'OpenSSL-Apple', :path => '../../personal/openssl-apple'
|
#pod 'OpenSSL-Apple', :path => '../../personal/openssl-apple'
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@ PODS:
|
||||||
- SwiftyBeaver (1.9.1)
|
- SwiftyBeaver (1.9.1)
|
||||||
|
|
||||||
DEPENDENCIES:
|
DEPENDENCIES:
|
||||||
- OpenSSL-Apple (~> 1.1.1d.5a)
|
- OpenSSL-Apple (~> 1.1.1f.6)
|
||||||
- SwiftyBeaver
|
- SwiftyBeaver
|
||||||
|
|
||||||
SPEC REPOS:
|
SPEC REPOS:
|
||||||
|
@ -15,6 +15,6 @@ SPEC CHECKSUMS:
|
||||||
OpenSSL-Apple: 07d3f68add280b474278320232fb89625dd29fe9
|
OpenSSL-Apple: 07d3f68add280b474278320232fb89625dd29fe9
|
||||||
SwiftyBeaver: a1f5691458561414bcfab51874b2b7445451602b
|
SwiftyBeaver: a1f5691458561414bcfab51874b2b7445451602b
|
||||||
|
|
||||||
PODFILE CHECKSUM: 41490b7b919b696f68fd3dbd2eef288a921756e1
|
PODFILE CHECKSUM: 47aa53e1f2a31185d03f8314cdb03bd3164b9422
|
||||||
|
|
||||||
COCOAPODS: 1.9.1
|
COCOAPODS: 1.9.1
|
||||||
|
|
|
@ -42,7 +42,7 @@ Pod::Spec.new do |s|
|
||||||
"SWIFT_INCLUDE_PATHS" => "${PODS_TARGET_SRCROOT}/TunnelKit/Sources/Protocols/OpenVPN",
|
"SWIFT_INCLUDE_PATHS" => "${PODS_TARGET_SRCROOT}/TunnelKit/Sources/Protocols/OpenVPN",
|
||||||
"APPLICATION_EXTENSION_API_ONLY" => "YES" }
|
"APPLICATION_EXTENSION_API_ONLY" => "YES" }
|
||||||
|
|
||||||
p.dependency "OpenSSL-Apple", "~> 1.1.1d.5a"
|
p.dependency "OpenSSL-Apple", "~> 1.1.1f.6"
|
||||||
p.dependency "TunnelKit/Core"
|
p.dependency "TunnelKit/Core"
|
||||||
p.dependency "TunnelKit/AppExtension"
|
p.dependency "TunnelKit/AppExtension"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue