Add header dir to fix includes

This commit is contained in:
Garrett Moon 2017-03-15 16:25:06 -07:00
parent 3522c81d5e
commit 8f76f5dee0

View File

@ -7,6 +7,7 @@ Pod::Spec.new do |spec|
spec.summary = 'Smooth asynchronous user interfaces for iOS apps.'
spec.source = { :git => 'https://github.com/TextureGroup/Texture.git', :tag => spec.version.to_s }
spec.module_name = 'AsyncDisplayKit'
spec.header_dir = 'AsyncDisplayKit'
spec.documentation_url = 'http://asyncdisplaykit.org/appledoc/'