iOS:add Yoga dependency

This commit is contained in:
pengfei.zhou
2020-09-18 16:11:05 +08:00
committed by osborn
parent ed5c2103b0
commit 7e4eabdc62
3 changed files with 34 additions and 31 deletions

View File

@@ -2,7 +2,9 @@
platform :ios, '10.0'
target 'Example' do
use_frameworks!
pod 'DoricCore', :path => '../../'
pod 'DoricDevkit', :path => '../../'
target 'ExampleTests' do