From e0e9a1cb4ffc79fd94eb4ea5b2f703b03cdddcf1 Mon Sep 17 00:00:00 2001 From: Ram N Date: Fri, 30 Aug 2019 07:10:51 -0700 Subject: [PATCH] Update the version of yoga podspec to match the actual version of Yoga published Summary: Yoga is currently published in cocoapods. While we don't use the Yoga from Cocoapods in React Native, we should atleast try to follow that version, so that other integrations with Yoga are possible Reviewed By: shergin Differential Revision: D17127625 fbshipit-source-id: bca2e1e33ad775e2a0d7a6f1e4177c3b480c023a --- ReactCommon/yoga/yoga.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReactCommon/yoga/yoga.podspec b/ReactCommon/yoga/yoga.podspec index a27aad0d7c8..20faeb47617 100644 --- a/ReactCommon/yoga/yoga.podspec +++ b/ReactCommon/yoga/yoga.podspec @@ -16,7 +16,7 @@ end Pod::Spec.new do |spec| spec.name = 'Yoga' - spec.version = "#{version}.React" + spec.version = '1.14.0' spec.license = { :type => 'MIT' } spec.homepage = 'https://yogalayout.com' spec.documentation_url = 'https://yogalayout.com/docs/'