Method: Fastlane::Actions::ReadPodspecAction.sample_return_value
- Defined in:
- fastlane/lib/fastlane/actions/read_podspec.rb
.sample_return_value ⇒ Object
75 76 77 78 79 |
# File 'fastlane/lib/fastlane/actions/read_podspec.rb', line 75 def self.sample_return_value { 'version' => 1.0 } end |