CocoaPods/Core

Podspec Guide should mention project header files

happycoloredbanana opened this issue · 2 comments

(Opening the issue here because, if I understand it right, the Guide is generated from a file in this repo)

Currently, the Podspec Guide provides description of public_header_files and private_header_files. This creates an impression that there are two kinds of header files, and each header file in the pod's sources will end up being either public or private.

At the same time, actually there is a third type - header files that do not appear in neither of the above. For instance, in the generated project file, these files will be added to the "Project" section of the "Headers" build phase, unlike public and private header files.

Suggested fix: add a short note about the "project header" files, although there are no really such field in the podspec.

@happycoloredbanana this should be easy to make a PR for, want to take a stab at it?

I have no problem writing a couple of senences. But - I'd prefer if it'd be done by someone who understands the subject better than me.