From b81b10a8d8e7f077eb5370e6c07b123de56cea8d Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Tue, 16 Oct 2018 23:31:01 +0300 Subject: fix pods deploymen target --- Podfile | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Podfile') diff --git a/Podfile b/Podfile index 61ba285..e73b7fc 100644 --- a/Podfile +++ b/Podfile @@ -13,3 +13,11 @@ target "Juick" do pod 'UIView+Shimmer' end +post_install do |installer| + installer.pods_project.targets.each do |target| + target.build_configurations.each do |config| + config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '11.1' + end + end +end + -- cgit v1.2.3