mirror of
https://github.com/TextureGroup/Texture.git
synced 2026-04-07 19:17:39 +00:00
[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:
+1
-2
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user