From ef05404beed344a6161ab20300b34a37fc68cb21 Mon Sep 17 00:00:00 2001 From: Dustin Shahidehpour Date: Thu, 9 Feb 2017 08:32:20 -0800 Subject: [PATCH] Bump YogaKit podspec. Summary: See commit message. #accept2ship Reviewed By: emilsjolander Differential Revision: D4536585 fbshipit-source-id: 808e39e7a38f470c67459a42686e095d8b5e5fc6 --- YogaKit.podspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/YogaKit.podspec b/YogaKit.podspec index 830617f7..b43224ca 100644 --- a/YogaKit.podspec +++ b/YogaKit.podspec @@ -1,6 +1,6 @@ podspec = Pod::Spec.new do |spec| spec.name = 'YogaKit' - spec.version = '1.0.3' + spec.version = '1.1.0' spec.license = { :type => 'BSD', :file => "LICENSE" } spec.homepage = 'https://facebook.github.io/yoga/' spec.documentation_url = 'https://facebook.github.io/yoga/docs/api/yogakit/' @@ -11,14 +11,14 @@ podspec = Pod::Spec.new do |spec| spec.authors = 'Facebook' spec.source = { :git => 'https://github.com/facebook/yoga.git', - :tag => 'v2017.01.27.00', + :tag => 'v2017.02.07.00', } spec.platform = :ios spec.ios.deployment_target = '8.0' spec.ios.frameworks = 'UIKit' - spec.dependency 'Yoga', '~> 1.0' + spec.dependency 'Yoga', '~> 1.1' spec.source_files = 'YogaKit/Source/*.{h,m}' spec.public_header_files = 'YogaKit/Source/{YGLayout,UIView+Yoga}.h' spec.private_header_files = 'YogaKit/Source/YGLayout+Private.h'