[podspec] Define pod_target_xcconfig for PrivateDatabase

We don't strictly need this since all the other subspecs that use this set up the header search path for ReactCommon anyway but do it just for correctness.
This commit is contained in:
James Ide
2017-11-03 17:09:10 -07:00
parent 6817f05f63
commit 87e524b4a4
+1
View File
@@ -120,6 +120,7 @@ Pod::Spec.new do |s|
s.subspec "PrivateDatabase" do |ss|
ss.source_files = "ReactCommon/privatedata/*.{cpp,h}"
ss.private_header_files = "ReactCommon/privatedata/*.h"
ss.pod_target_xcconfig = { "HEADER_SEARCH_PATHS" => "\"$(PODS_TARGET_SRCROOT)/ReactCommon\"" }
end
s.subspec "cxxreact" do |ss|