Make ASTextNodeTypes.h public

This commit is contained in:
Adlai Holler 2016-02-01 23:00:51 -08:00
parent 3537476bd2
commit 46b1f9fa8c

View File

@ -13,14 +13,15 @@ Pod::Spec.new do |spec|
'AsyncDisplayKit/*.h', 'AsyncDisplayKit/*.h',
'AsyncDisplayKit/Details/**/*.h', 'AsyncDisplayKit/Details/**/*.h',
'AsyncDisplayKit/Layout/*.h', 'AsyncDisplayKit/Layout/*.h',
'Base/*.h' 'Base/*.h',
'AsyncDisplayKit/TextKit/ASTextNodeTypes.h'
] ]
spec.source_files = [ spec.source_files = [
'AsyncDisplayKit/**/*.{h,m,mm}', 'AsyncDisplayKit/**/*.{h,m,mm}',
'Base/*.{h,m}', '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 # in the headers will cause build errors when using
# `use_frameworks!` on 0.39.0 & Swift 2.1. # `use_frameworks!` on 0.39.0 & Swift 2.1.
# See https://github.com/facebook/AsyncDisplayKit/issues/1153 # See https://github.com/facebook/AsyncDisplayKit/issues/1153