Merge branch 'feature/92-consider-re-adding-subscription-info' into 'develop'
Expiration date information (issue #92 in vpn-ios project) See merge request ios/client-library-apple!103
Pod::Spec.new do |s| | ||
s.name = "PIALibrary" | ||
s.version = "1.1.3" | ||
s.version = "1.1.4" | ||
s.summary = "PIA client library in Swift." | ||
s.homepage = "https://www.privateinternetaccess.com/" | ||
... | ... |
... | ... | @@ -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.3' | ||
pod 'PIATunnel', '~> 1.1.4' | ||
target 'PIALibrary-iOS' do | ||
platform :ios, '9.0' | ||
... | ... |
Please register or sign in to comment