Class: Fastlane::Helper::PodSpecGeneratorHelper

Inherits:
Object
  • Object
show all
Defined in:
lib/fastlane/plugin/pod_spec_generator/helper/pod_spec_generator_helper.rb

Class Method Summary collapse

Class Method Details

.show_messageObject



9
10
11
# File 'lib/fastlane/plugin/pod_spec_generator/helper/pod_spec_generator_helper.rb', line 9

def self.show_message
  UI.message("Hello from the pod_spec_generator plugin helper!")
end