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