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

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