From 86bb99316925b5b15f8e605b49dce73f6b25174d Mon Sep 17 00:00:00 2001 From: James Ide Date: Tue, 3 Oct 2017 14:52:25 -0700 Subject: [PATCH] [Pods] Set fishhook's header_dir to "fishhook" This lets us import fishhook like ``. Test Plan: Used this in a CocoaPods project with RN and was able to compile without needing to edit the existing fishhook import. --- React.podspec | 1 + 1 file changed, 1 insertion(+) diff --git a/React.podspec b/React.podspec index e5eb2172ea4ec1..7a9b6e0fbc50ce 100644 --- a/React.podspec +++ b/React.podspec @@ -204,6 +204,7 @@ Pod::Spec.new do |s| end s.subspec "fishhook" do |ss| + ss.header_dir = "fishhook" ss.source_files = "Libraries/fishhook/*.{h,c}" end