Summary: The Sample app needed some love. It wouldn't build because of some import errors, adding files is very manual, and it looked bad. I have fixed all of these things. Reviewed By: amonshiz Differential Revision: D4508624 fbshipit-source-id: bda40defb167ef871d8d0d5bb853d8905b9682d8
6 lines
97 B
Ruby
6 lines
97 B
Ruby
use_frameworks!
|
|
|
|
target 'YogaKitSample' do
|
|
pod 'YogaKit', :path => '../../YogaKit.podspec'
|
|
end
|