Merge branch '141-update-min-version-to-ios-11' into 'release/2.1.0'
Resolve "Update min version to iOS 11" See merge request ios/client-library-apple!197
This diff is collapsed.
source 'https://github.com/CocoaPods/Specs.git' | ||
platform :ios, '10.0' | ||
platform :ios, '11.0' | ||
use_frameworks! | ||
# ignore all warnings from all pods | ||
... | ... | @@ -14,16 +14,16 @@ abstract_target 'PIALibrary' do |
pod 'lottie-ios' | ||
pod 'PopupDialog' | ||
#pod 'PIATunnel', :path => '' | ||
pod 'PIATunnel', :git => 'https://github.com/pia-foss/tunnel-apple', :commit => '257296c' | ||
pod 'PIATunnel', :git => 'https://github.com/pia-foss/tunnel-apple', :commit => 'bd1a145' | ||
target 'PIALibrary-iOS' do | ||
platform :ios, '10.0' | ||
platform :ios, '11.0' | ||
end | ||
target 'PIALibraryTests-iOS' do | ||
platform :ios, '10.0' | ||
platform :ios, '11.0' | ||
end | ||
target 'PIALibraryHost-iOS' do | ||
platform :ios, '10.0' | ||
platform :ios, '11.0' | ||
end | ||
#target 'PIALibrary-macOS' do | ||
... | ... |
Please register or sign in to comment