diff options
Diffstat (limited to 'Podfile')
-rw-r--r-- | Podfile | 10 |
1 files changed, 1 insertions, 9 deletions
@@ -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 - |