summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Podfile8
-rw-r--r--Podfile.lock2
2 files changed, 9 insertions, 1 deletions
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
+
diff --git a/Podfile.lock b/Podfile.lock
index a43be6b..1441062 100644
--- a/Podfile.lock
+++ b/Podfile.lock
@@ -69,6 +69,6 @@ SPEC CHECKSUMS:
"UIView+Shimmer": ed634f95e8f4bda666b28b47bd85a4336a4117d8
YYModel: 2a7fdd96aaa4b86a824e26d0c517de8928c04b30
-PODFILE CHECKSUM: 4e2ec6ba0e314243295aab124ee21ea241447fd8
+PODFILE CHECKSUM: d3467118ea15900a85c58f282188d5041c42af8e
COCOAPODS: 1.5.3