- Update API login services to v2
- Use Auth Token instead of user/password authentication - Update viewcontrollers to use the new token service
Pod::Spec.new do |s| | ||
s.name = "PIALibrary" | ||
s.version = "1.1.6" | ||
s.version = "1.1.7" | ||
s.summary = "PIA client library in Swift." | ||
s.homepage = "https://www.privateinternetaccess.com/" | ||
s.license = { :type => "MIT", :file => "LICENSE" } | ||
s.author = { "Davide De Rosa" => "davide@londontrustmedia.com" } | ||
s.author = { "Jose Blaya" => "joseblaya@londontrustmedia.com" } | ||
s.source = { :git => "https://github.com/pia-foss/client-library-apple.git", :tag => "v#{s.version}" } | ||
s.ios.deployment_target = "9.0" | ||
... | ... | @@ -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.7" | ||
p.dependency "PIATunnel", "~> 1.1.8" | ||
p.dependency "PIALibrary/Library" | ||
end | ||
... | ... |
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment