Skip to content

Commit

Permalink
updated ios sdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-zhuravel committed Mar 31, 2023
1 parent 7ae271f commit f3f0249
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OpenVPNXor.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'OpenVPNXor'
s.version = '1.0'
s.version = '1.1'
s.summary = 'Library for simple connection via OpenVPN protocol with Xor patch.'

s.description = <<-DESC
Expand All @@ -21,7 +21,7 @@ The library is designed to use in conjunction with NetworkExtension framework an
s.author = { 'Sergey Zhuravel' => '[email protected]' }

s.platform = :ios, "11.0"
s.source = { :http => 'https://github.com/FuturraGroup/OpenVPNXor/raw/main/releases/1.0/OpenVPNXor.framework.zip' }
s.source = { :http => 'https://github.com/FuturraGroup/OpenVPNXor/raw/main/releases/1.1/OpenVPNXor.framework.zip' }
s.ios.vendored_frameworks = 'OpenVPNXor.framework'
s.ios.deployment_target = '11.0'
s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
Expand Down
Binary file added releases/1.1/OpenVPNXor.framework.zip
Binary file not shown.

0 comments on commit f3f0249

Please sign in to comment.