cocoapods-publishing-workflow
Installation
SKILL.md
CocoaPods - Publishing Workflow
Complete guide to publishing your CocoaPods library to the official CocoaPods Trunk.
Publishing Overview
Process Steps
- Register with CocoaPods Trunk (one-time)
- Prepare your podspec
- Validate locally (
pod lib lint) - Validate for publishing (
pod spec lint) - Tag version in git
- Push to Trunk (
pod trunk push)