diff options
author | Vitaly Takmazov | 2019-11-01 10:39:43 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2019-11-01 10:39:43 +0300 |
commit | d1081bfc14fd91f8862a61c46a53fabfecb13249 (patch) | |
tree | 4fdf4b0f548cdf57483ac42a00e2f5b7fa7d8d30 /Podfile | |
parent | 4bcb4611e8987962f622209af9ce5f9639a1bed9 (diff) |
cdn.cocoapods.org
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 - |