[ASTextNode2] Make some ASTextNode2 layout files public (#1939)

* Trying to make ASTextLinePositionModifier public

* d’oh

* be a little more restrictive on the files we pull into the pod

* Never mind, I guess we need all of these

* update the project file as well

* try this again

* I think this will work this time.
This commit is contained in:
ricky
2020-12-14 12:30:25 -08:00
committed by GitHub
parent ec19b928a8
commit 68a1bec062
21 changed files with 108 additions and 105 deletions
+3 -1
View File
@@ -24,7 +24,9 @@ Pod::Spec.new do |spec|
'Source/Base/*.h',
'Source/Debug/**/*.h',
'Source/TextKit/ASTextNodeTypes.h',
'Source/TextKit/ASTextKitComponents.h'
'Source/TextKit/ASTextKitComponents.h',
'Source/TextExperiment/Component/*.h',
'Source/TextExperiment/String/ASTextAttribute.h',
]
core.source_files = [