diff --git a/Yoga.podspec b/Yoga.podspec index f9545a9c..e436ae8a 100644 --- a/Yoga.podspec +++ b/Yoga.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = 'Yoga' - spec.version = '1.0.2' + 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/c/' @@ -11,7 +11,7 @@ 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.module_name = 'yoga'