- support auto apply layout - build Yoga & YogaKit framework as staticlib; - update YogaKitSample.
9 lines
192 B
Ruby
9 lines
192 B
Ruby
platform :ios, '9.0'
|
|
use_frameworks!
|
|
|
|
target 'YogaKitSample' do
|
|
pod 'Yoga', :path => '../../Yoga.podspec'
|
|
pod 'YogaKit', :path => '../../YogaKit.podspec'
|
|
pod 'IGListKit', '~> 4.0.0'
|
|
end
|