diff --git a/YogaKit/YogaKit.podspec b/YogaKit/YogaKit.podspec index fc4b2b2b..f7197540 100644 --- a/YogaKit/YogaKit.podspec +++ b/YogaKit/YogaKit.podspec @@ -16,17 +16,14 @@ Pod::Spec.new do |spec| spec.documentation_url = 'https://facebook.github.io/yoga/docs/getting-started/' spec.source = { :git => 'https://github.com/facebook/yoga.git', :tag => "v#{spec.version}" } spec.platform = :ios - spec.source_files = 'YogaKit/*.{h,m}', 'lib/*.{h,c}' + spec.source_files = 'YogaKit/*.{h,m}', spec.public_header_files = [ 'YogaKit/YogaKit.h', 'YogaKit/YGLayout.h', - 'YogaKit/UIView+Yoga.h', - 'lib/YGEnums.h', - 'lib/YGMacros.h' + 'YogaKit/UIView+Yoga.h' ] spec.private_header_files = [ 'YogaKit/YGLayout+Private.h', - 'lib/YGNodeList.h', - 'lib/Yoga.h' ] + spec.dependency 'Yoga', path: '../Yoga.podspec' end diff --git a/YogaKit/lib b/YogaKit/lib deleted file mode 120000 index 18cce15d..00000000 --- a/YogaKit/lib +++ /dev/null @@ -1 +0,0 @@ -../yoga \ No newline at end of file