Fix CI that broke due to Yoga merge (#3012)

* Fix CI that broke due to Yoga merge

* Next round

* Add clean before building

* Try something else

* Some more burritos
This commit is contained in:
Michael Schneider
2017-02-10 11:17:25 -08:00
committed by GitHub
parent f91265757e
commit 77f29a8b7b
6 changed files with 24 additions and 12 deletions

View File

@@ -59,6 +59,7 @@ Pod::Spec.new do |spec|
end
spec.subspec 'Yoga' do |yoga|
yoga.xcconfig = { 'GCC_PREPROCESSOR_DEFINITIONS' => '$(inherited) YOGA=1' }
yoga.dependency 'Yoga', '1.0.2'
yoga.dependency 'AsyncDisplayKit/Core'
end