From d1081bfc14fd91f8862a61c46a53fabfecb13249 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Fri, 1 Nov 2019 10:39:43 +0300 Subject: cdn.cocoapods.org --- Podfile | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'Podfile') diff --git a/Podfile b/Podfile index f0bfede..50575b1 100644 --- a/Podfile +++ b/Podfile @@ -1,4 +1,4 @@ -source 'https://cdn.jsdelivr.net/cocoa/' +source 'https://cdn.cocoapods.org' platform :ios, "11.1" target "Juick" do @@ -6,11 +6,3 @@ 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