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 @@ podspec = Pod::Spec.new do |spec|
spec.authors = 'Facebook'
spec.source = {
:git => 'https://github.com/facebook/yoga.git',
:tag => '1.9.0',
:tag => spec.version.to_s,
}
spec.platform = :ios