From 8f76f5dee0e4fe9bbade8a0ac9cac2525955e2bc Mon Sep 17 00:00:00 2001 From: Garrett Moon Date: Wed, 15 Mar 2017 16:25:06 -0700 Subject: [PATCH] Add header dir to fix includes --- Texture.podspec | 1 + 1 file changed, 1 insertion(+) diff --git a/Texture.podspec b/Texture.podspec index 1c842710ed..b8870577d4 100644 --- a/Texture.podspec +++ b/Texture.podspec @@ -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/'