From 46b1f9fa8c95215b3199db55844fbb389f022826 Mon Sep 17 00:00:00 2001 From: Adlai Holler Date: Mon, 1 Feb 2016 23:00:51 -0800 Subject: [PATCH] Make ASTextNodeTypes.h public --- AsyncDisplayKit.podspec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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