Method: Fastlane::Actions::ReadPodspecAction.output
- Defined in:
- fastlane/lib/fastlane/actions/read_podspec.rb
.output ⇒ Object
52 53 54 55 56 |
# File 'fastlane/lib/fastlane/actions/read_podspec.rb', line 52 def self.output [ ['READ_PODSPEC_JSON', 'Podspec JSON payload'] ] end |