From 830dfa396c2af65e53c53ac97b30004445418862 Mon Sep 17 00:00:00 2001 From: Marc Terns Date: Tue, 10 Jul 2018 19:10:51 -0500 Subject: [PATCH] Updating YogaKit and the dependency of Yoga that is pointing to --- YogaKit.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/YogaKit.podspec b/YogaKit.podspec index e21f6808..9ede1aa7 100644 --- a/YogaKit.podspec +++ b/YogaKit.podspec @@ -1,6 +1,6 @@ podspec = Pod::Spec.new do |spec| spec.name = 'YogaKit' - spec.version = '1.8.1' + spec.version = '1.9' spec.license = { :type => 'MIT', :file => "LICENSE" } spec.homepage = 'https://facebook.github.io/yoga/' spec.documentation_url = 'https://facebook.github.io/yoga/docs/api/yogakit/' @@ -18,7 +18,7 @@ podspec = Pod::Spec.new do |spec| spec.ios.deployment_target = '8.0' spec.ios.frameworks = 'UIKit' - spec.dependency 'Yoga', '~> 1.8.1' + spec.dependency 'Yoga', '~> 1.9' spec.source_files = 'YogaKit/Source/*.{h,m,swift}' spec.public_header_files = 'YogaKit/Source/{YGLayout,UIView+Yoga}.h' spec.private_header_files = 'YogaKit/Source/YGLayout+Private.h'