Merge pull request #7 from pia-foss/upgrade-tunnel-api
Update API to PIATunnel 1.1.3
... | ... | @@ -38,7 +38,7 @@ Pod::Spec.new do |s| |
p.frameworks = "NetworkExtension" | ||
p.pod_target_xcconfig = { "APPLICATION_EXTENSION_API_ONLY" => "YES" } | ||
p.dependency "PIATunnel", "~> 1.1.2" | ||
p.dependency "PIATunnel", "~> 1.1.3" | ||
p.dependency "PIALibrary/Library" | ||
end | ||
... | ... |
... | ... | @@ -7,7 +7,7 @@ abstract_target 'PIALibrary' do |
pod 'Alamofire', '~> 4' | ||
pod 'ReachabilitySwift' | ||
#pod 'PIATunnel', :git => 'https://github.com/pia-foss/tunnel-apple.git', :commit => 'dfe7f3c' | ||
pod 'PIATunnel', '~> 1.1.2' | ||
pod 'PIATunnel', '~> 1.1.3' | ||
target 'PIALibrary-iOS' do | ||
platform :ios, '9.0' | ||
... | ... |
Please register or sign in to comment