Skip to content

Commit

Permalink
Releasing version 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
MeGaPk committed Jul 18, 2018
1 parent 01e5263 commit e7e1221
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OpenVPNAdapter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'OpenVPNAdapter'
s.version = '0.0.7'
s.version = '0.0.8'
s.summary = 'OpenVPNAdapter is an Objective-C framework that allows to easily configure and establish VPN connection using OpenVPN protocol'
s
s.description = <<-DESC
Expand All @@ -24,7 +24,7 @@ The framework is designed to use in conjunction with NetworkExtension framework
s.ios.deployment_target = '9.0'
s.osx.deployment_target = '10.11'

s.source = { :http => 'https://github.com/MeGaPk/OpenVPNAdapter/releases/download/v0.0.7/OpenVPNAdapter.framework.zip' }
s.source = { :http => 'https://github.com/MeGaPk/OpenVPNAdapter/releases/download/v0.0.8/OpenVPNAdapter.framework.zip' }

s.ios.source_files = 'OpenVPNAdapter.framework/Headers/*.h'
s.ios.public_header_files = 'OpenVPNAdapter.framework/Headers/*.h'
Expand Down

0 comments on commit e7e1221

Please sign in to comment.