mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-16 11:20:18 +00:00
Make ASTextNodeTypes.h public
This commit is contained in:
parent
3537476bd2
commit
46b1f9fa8c
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user