[ASTextNode2] Expose all of ASTextNode2 as public files in via the podspec (#1969)

There were methods like `as_setTextStrikethrough:range:` that ASTN2 uses to expose strikethrough (`NSStrikethroughStyleAttributeName` doesn’t work) that were not public because the `Utility` folder of `TextExperiment` was not exported in the pod.
This commit is contained in:
ricky
2021-03-08 15:58:52 -08:00
committed by GitHub
parent 16978e33c3
commit bc11bf9bdc
+1 -2
View File
@@ -25,8 +25,7 @@ Pod::Spec.new do |spec|
'Source/Debug/**/*.h',
'Source/TextKit/ASTextNodeTypes.h',
'Source/TextKit/ASTextKitComponents.h',
'Source/TextExperiment/Component/*.h',
'Source/TextExperiment/String/ASTextAttribute.h',
'Source/TextExperiment/**/*.h'
]
core.source_files = [