Share platform value in Podfile
This commit is contained in:
parent
542f4ac522
commit
8a63be8856
5
Podfile
5
Podfile
|
@ -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
|
||||
|
|
|
@ -38,6 +38,6 @@ SPEC CHECKSUMS:
|
|||
SwiftyBeaver: 8e67ab3cd94389cbbb7a9c7cc02748d98bfee68e
|
||||
TunnelKit: 194e6f60cf5cbddfee1a24be6c7c540f70bdeb5f
|
||||
|
||||
PODFILE CHECKSUM: 64da54acbd606b0276608ce8645845fd78836149
|
||||
PODFILE CHECKSUM: dd0cf86baa61f181a9c5daa7317cbe3aa409a557
|
||||
|
||||
COCOAPODS: 1.6.1
|
||||
|
|
Loading…
Reference in New Issue