Fixed tags

This commit is contained in:
Marc Terns
2018-07-11 19:11:25 -05:00
parent 4ec65b5b0d
commit 2ee8d722e1
2 changed files with 3 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ Pod::Spec.new do |spec|
spec.authors = 'Facebook' spec.authors = 'Facebook'
spec.source = { spec.source = {
:git => 'https://github.com/facebook/yoga.git', :git => 'https://github.com/facebook/yoga.git',
:tag => '1.8.0', :tag => '1.9.0',
} }
spec.platforms = { :ios => "8.0", :tvos => "10.0" } spec.platforms = { :ios => "8.0", :tvos => "10.0" }
spec.module_name = 'yoga' spec.module_name = 'yoga'

View File

@@ -1,6 +1,6 @@
podspec = Pod::Spec.new do |spec| podspec = Pod::Spec.new do |spec|
spec.name = 'YogaKit' spec.name = 'YogaKit'
spec.version = '1.9' spec.version = '1.9.0'
spec.license = { :type => 'MIT', :file => "LICENSE" } spec.license = { :type => 'MIT', :file => "LICENSE" }
spec.homepage = 'https://facebook.github.io/yoga/' spec.homepage = 'https://facebook.github.io/yoga/'
spec.documentation_url = 'https://facebook.github.io/yoga/docs/api/yogakit/' spec.documentation_url = 'https://facebook.github.io/yoga/docs/api/yogakit/'
@@ -11,7 +11,7 @@ podspec = Pod::Spec.new do |spec|
spec.authors = 'Facebook' spec.authors = 'Facebook'
spec.source = { spec.source = {
:git => 'https://github.com/facebook/yoga.git', :git => 'https://github.com/facebook/yoga.git',
:tag => '1.7.0', :tag => '1.9.0',
} }
spec.platform = :ios spec.platform = :ios