From 1f1ac9ad86cd26cc4b9cfe792c67357a28f6c350 Mon Sep 17 00:00:00 2001 From: Jonas Salling Date: Fri, 9 Oct 2020 11:30:00 +0200 Subject: [PATCH] cleanup --- YogaKit.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/YogaKit.podspec b/YogaKit.podspec index 8592643c..a14ff965 100644 --- a/YogaKit.podspec +++ b/YogaKit.podspec @@ -23,7 +23,7 @@ podspec = Pod::Spec.new do |spec| spec.ios.deployment_target = '8.0' spec.ios.frameworks = 'UIKit' spec.module_name = 'YogaKit' - spec.dependency 'Yoga', '~> 1.18.0' + spec.dependency 'Yoga', '~> 1.14.0' # Fixes the bug related the xcode 11 not able to find swift related frameworks. # https://github.com/Carthage/Carthage/issues/2825 # https://twitter.com/krzyzanowskim/status/1151549874653081601?s=21