cocoapods-test-specs
Installation
SKILL.md
CocoaPods - Test Specs
Integrate automated tests into your CocoaPods library that run during validation.
What Are Test Specs?
Test specs define test targets that CocoaPods builds and runs automatically during pod lib lint and pod spec lint validation.
Benefits
- Automatic Testing: Tests run during every lint validation
- Confidence: Validates library works as expected before publishing
- CI Integration: Consistent testing across all environments
- Documentation: Tests serve as usage examples