1N/A This file tries to demonstrate a simple =include directive for pods. It
1N/A is used as follows:
1N/A
1N/A =include filename
1N/A
1N/A where "filename" is expected to be an absolute pathname, or else reside
1N/A be relative to the directory in which the current processed podfile
1N/A resides, or be relative to the current directory.
1N/A
1N/A Lets try it out with the file "included.t" shall we.
1N/A
1N/A ***THIS TEXT IS IMMEDIATELY BEFORE THE INCLUDE***
1N/A
1N/A###### begin =include included.t #####
1N/A This is the text of the included file named "included.t". It should
1N/A appear in the final pod document from pod2xxx
1N/A
1N/A###### end =include included.t #####
1N/A ***THIS TEXT IS IMMEDIATELY AFTER THE INCLUDE***
1N/A
1N/A So how did we do???
1N/A