Skip to content

Commit 2778c36

Browse files
committed
Releasing version 0.0.12
1 parent dd02d9b commit 2778c36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

OpenVPNAdapter.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::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'
1313
s
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'

0 commit comments

Comments
 (0)