- Remove `-I$(SDKROOT)/usr/include/libxml2` from the WebDAV subspec: the
modern SDK ships a libxml2 module map that resolves <libxml/parser.h>
with no extra header search path (verified via pod lib lint).
- Remove all `requires_arc = true` declarations: ARC is the CocoaPods
default and the sources already enforce it with #error guards. They
were leftovers from when GCDWebServer <= 3.1 supported MRC.
- Remove the leftover pod trunk template comment block.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>