Share platform value in Podfile

This commit is contained in:
Davide De Rosa 2019-03-18 12:08:31 +01:00
parent 542f4ac522
commit 8a63be8856
2 changed files with 2 additions and 5 deletions

View File

@ -1,4 +1,5 @@
source 'https://github.com/cocoapods/specs.git'
platform :ios, '11.0'
use_frameworks!
def shared_pods
@ -8,20 +9,16 @@ def shared_pods
end
target 'Passepartout-Core' do
platform :ios, '11.0'
shared_pods
end
target 'Passepartout-CoreTests' do
platform :ios, '11.0'
shared_pods
end
target 'Passepartout-iOS' do
platform :ios, '11.0'
shared_pods
pod 'MBProgressHUD'
end
target 'Passepartout-iOS-Tunnel' do
platform :ios, '11.0'
shared_pods
end

View File

@ -38,6 +38,6 @@ SPEC CHECKSUMS:
SwiftyBeaver: 8e67ab3cd94389cbbb7a9c7cc02748d98bfee68e
TunnelKit: 194e6f60cf5cbddfee1a24be6c7c540f70bdeb5f
PODFILE CHECKSUM: 64da54acbd606b0276608ce8645845fd78836149
PODFILE CHECKSUM: dd0cf86baa61f181a9c5daa7317cbe3aa409a557
COCOAPODS: 1.6.1