File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 88
99Pod ::Spec . new do |s |
1010 s . name = 'OpenVPNAdapter'
11- s . version = '0.0.11 '
11+ s . version = '0.0.12 '
1212 s . summary = 'OpenVPNAdapter is an Objective-C framework that allows to easily configure and establish VPN connection using OpenVPN protocol'
1313s
1414 s . description = <<-DESC
@@ -24,7 +24,7 @@ The framework is designed to use in conjunction with NetworkExtension framework
2424 s . ios . deployment_target = '9.0'
2525 s . osx . deployment_target = '10.11'
2626
27- s . source = { :http => 'https://github.com/MeGaPk/OpenVPNAdapter/releases/download/v0.0.11 /OpenVPNAdapter.framework.zip' }
27+ s . source = { :http => 'https://github.com/MeGaPk/OpenVPNAdapter/releases/download/v0.0.12 /OpenVPNAdapter.framework.zip' }
2828
2929 s . ios . source_files = 'ios/OpenVPNAdapter.framework/Headers/*.h'
3030 s . ios . public_header_files = 'ios/OpenVPNAdapter.framework/Headers/*.h'
You can’t perform that action at this time.
0 commit comments