Merge pull request #6 from pia-foss/develop
Develop 1.1.2
Showing
Pod::Spec.new do |s| | ||
s.name = "PIALibrary" | ||
s.version = "1.1.1" | ||
s.version = "1.1.2" | ||
s.summary = "PIA client library in Swift." | ||
s.homepage = "https://www.privateinternetaccess.com/" | ||
... | ... | @@ -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" | ||
p.dependency "PIATunnel", "~> 1.1.3" | ||
p.dependency "PIALibrary/Library" | ||
end | ||
... | ... |
... | ... | @@ -6,8 +6,8 @@ abstract_target 'PIALibrary' do |
pod 'Gloss', '~> 2' | ||
pod 'Alamofire', '~> 4' | ||
pod 'ReachabilitySwift' | ||
#pod 'PIATunnel', :git => 'https://github.com/pia-foss/tunnel-apple.git', :commit => 'a224c2bd5d9755b61b6900907bc469c1a268c916' | ||
pod 'PIATunnel', '~> 1.1' | ||
#pod 'PIATunnel', :git => 'https://github.com/pia-foss/tunnel-apple.git', :commit => 'dfe7f3c' | ||
pod 'PIATunnel', '~> 1.1.3' | ||
target 'PIALibrary-iOS' do | ||
platform :ios, '9.0' | ||
... | ... |
Please register or sign in to comment