소개
This skill provides expert guidance for structuring complex CocoaPods libraries by breaking them into logical, independent subspecs. It enables developers to implement professional modular architectures that allow for selective feature installation, significantly reducing dependency bloat and improving build times for library consumers. By leveraging patterns like core/optional subspecs, platform-specific configurations, and layered internal dependencies, developers can create clean, maintainable SDKs that follow industry best practices for professional software development.