Method: Fastlane::Actions::PodPushAction.description
- Defined in:
- fastlane/lib/fastlane/actions/pod_push.rb
.description ⇒ Object
79 80 81 |
# File 'fastlane/lib/fastlane/actions/pod_push.rb', line 79 def self.description "Push a Podspec to Trunk or a private repository" end |