Skip to content

CocoaPods

Pushes a new podspec to the central CocoaPods repository. The podspec is fetched from the GitHub repository at the release revision.

Configuration

OptionDescription
specPathPath to the Podspec file in the repository

Environment Variables

NameDescription
COCOAPODS_TRUNK_TOKENAccess token for CocoaPods account
COCOAPODS_BINPath to pod executable

Example

targets:
- name: cocoapods
specPath: MyProject.podspec

Notes

  • The cocoapods gem must be installed on the system
  • No release artifacts are required for this target