From e596091fa2c955a5966d552df3341753300fd4b3 Mon Sep 17 00:00:00 2001 From: Emil Sjolander Date: Thu, 23 Feb 2017 11:56:35 -0800 Subject: [PATCH] Bump podspec versions Summary: podspec version bump Reviewed By: dshahidehpour Differential Revision: D4606652 fbshipit-source-id: a9a7d4512f174182301a0b7ac2ae13303b659a3f --- Yoga.podspec | 4 ++-- YogaKit.podspec | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Yoga.podspec b/Yoga.podspec index e436ae8a..a493077e 100644 --- a/Yoga.podspec +++ b/Yoga.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = 'Yoga' - spec.version = '1.1.0' + spec.version = '1.2.0' spec.license = { :type => 'BSD', :file => "LICENSE" } spec.homepage = 'https://facebook.github.io/yoga/' spec.documentation_url = 'https://facebook.github.io/yoga/docs/api/c/' @@ -11,7 +11,7 @@ Pod::Spec.new do |spec| spec.authors = 'Facebook' spec.source = { :git => 'https://github.com/facebook/yoga.git', - :tag => 'v2017.02.07.00', + :tag => '1.2.0', } spec.module_name = 'yoga' diff --git a/YogaKit.podspec b/YogaKit.podspec index b43224ca..581f4c7e 100644 --- a/YogaKit.podspec +++ b/YogaKit.podspec @@ -1,6 +1,6 @@ podspec = Pod::Spec.new do |spec| spec.name = 'YogaKit' - spec.version = '1.1.0' + spec.version = '1.2.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.02.07.00', + :tag => '1.2.0', } spec.platform = :ios spec.ios.deployment_target = '8.0' spec.ios.frameworks = 'UIKit' - spec.dependency 'Yoga', '~> 1.1' + spec.dependency 'Yoga', '~> 1.2' 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'