Pulling tag from version number

This commit is contained in:
Marc Terns
2018-07-11 19:14:28 -05:00
parent 2ee8d722e1
commit c7d62b1a60
2 changed files with 2 additions and 2 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.9.0', :tag => spec.version.to_s,
} }
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

@@ -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.9.0', :tag => spec.version.to_s,
} }
spec.platform = :ios spec.platform = :ios