diff --git a/AsyncDisplayKit.podspec b/AsyncDisplayKit.podspec index 6a7aecf83c..f93552b3c0 100644 --- a/AsyncDisplayKit.podspec +++ b/AsyncDisplayKit.podspec @@ -13,14 +13,15 @@ Pod::Spec.new do |spec| 'AsyncDisplayKit/*.h', 'AsyncDisplayKit/Details/**/*.h', 'AsyncDisplayKit/Layout/*.h', - 'Base/*.h' + 'Base/*.h', + 'AsyncDisplayKit/TextKit/ASTextNodeTypes.h' ] spec.source_files = [ 'AsyncDisplayKit/**/*.{h,m,mm}', 'Base/*.{h,m}', - # TextKit components are not public because the C++ content + # Most TextKit components are not public because the C++ content # in the headers will cause build errors when using # `use_frameworks!` on 0.39.0 & Swift 2.1. # See https://github.com/facebook/AsyncDisplayKit/issues/1153