PODSPod object

  • Inherits from: PODSObject

  • Accessed by: writing your own, using podspod.h template

  • Available to: C only

The PODSPod methods get a POD’s description or version.

Unlike all the other public components of PODS, PODSPod is not a pure interface. PODSPod contains data, and subclasses are expected to use implementation inheritance rather than interface inheritance.

The podspod.h file is the only interface header file in the PODS directory which is not generated from an interface definition language (IDL) source.

All PODs will subclass PODSPod. See the sample PODs for various techniques.


Summary of PODSPod attributes and methods
getPodDescription( )
getPodVersion( )