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 --- Juick/Main.storyboard | 12 ++++++------ Podfile | 10 +--------- Podfile.lock | 6 +++--- 3 files changed, 10 insertions(+), 18 deletions(-) diff --git a/Juick/Main.storyboard b/Juick/Main.storyboard index babe8e2..f2d84ee 100644 --- a/Juick/Main.storyboard +++ b/Juick/Main.storyboard @@ -1,9 +1,9 @@ - + - + @@ -21,7 +21,7 @@ - + @@ -50,7 +50,7 @@ - + @@ -202,7 +202,7 @@ - + @@ -278,7 +278,7 @@ - + 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 - diff --git a/Podfile.lock b/Podfile.lock index f5af3b9..226f0fe 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -7,7 +7,7 @@ DEPENDENCIES: - "UIView+Shimmer" SPEC REPOS: - https://cdn.jsdelivr.net/cocoa/: + trunk: - DateTools - "UIView+Shimmer" @@ -15,6 +15,6 @@ SPEC CHECKSUMS: DateTools: 933ac9c490f21f92127cf690ccd8c397e0126caf "UIView+Shimmer": ed634f95e8f4bda666b28b47bd85a4336a4117d8 -PODFILE CHECKSUM: ab7a63ae420164b48a6b9ac72ddcae4c21b07330 +PODFILE CHECKSUM: a4ef27310741a24901c5df7d68a4bb8cbf35cea9 -COCOAPODS: 1.7.1 +COCOAPODS: 1.8.4 -- cgit v1.2.3