v1.14.0
Summary: @public Push version to *1.14.0.* This release contains some bug fixes around `align-content`. Reviewed By: colriot Differential Revision: D14833417 fbshipit-source-id: f653d5fbb36f307c92b14c091c3206290256f036
This commit is contained in:
committed by
Facebook Github Bot
parent
bc7e504b29
commit
7fc6fcb38c
@@ -6,7 +6,7 @@
|
||||
#
|
||||
podspec = Pod::Spec.new do |spec|
|
||||
spec.name = 'YogaKit'
|
||||
spec.version = '1.12.0-pre.2'
|
||||
spec.version = '1.14.0'
|
||||
spec.license = { :type => 'MIT', :file => "LICENSE" }
|
||||
spec.homepage = 'https://facebook.github.io/yoga/'
|
||||
spec.documentation_url = 'https://facebook.github.io/yoga/docs/'
|
||||
@@ -23,7 +23,7 @@ podspec = Pod::Spec.new do |spec|
|
||||
spec.platform = :ios
|
||||
spec.ios.deployment_target = '8.0'
|
||||
spec.ios.frameworks = 'UIKit'
|
||||
spec.dependency 'Yoga', '1.12.0-pre.2'
|
||||
spec.dependency 'Yoga', '~> 1.14'
|
||||
spec.source_files = 'YogaKit/Source/*.{h,m,swift}'
|
||||
spec.public_header_files = 'YogaKit/Source/{YGLayout,UIView+Yoga}.h'
|
||||
spec.private_header_files = 'YogaKit/Source/YGLayout+Private.h'
|
||||
|
Reference in New Issue
Block a user