Method: Fastlane::Actions::VersionGetPodspecAction.output
- Defined in:
- fastlane/lib/fastlane/actions/version_get_podspec.rb
.output ⇒ Object
46 47 48 49 50 |
# File 'fastlane/lib/fastlane/actions/version_get_podspec.rb', line 46 def self.output [ ['PODSPEC_VERSION_NUMBER', 'The podspec version number'] ] end |