class Pod::Command::Catalyst::Validate
Public Instance Methods
run()
click to toggle source
# File lib/cocoapods-catalyst-support/command/catalyst/validate.rb, line 21 def run begin validate_podfile rescue ValidationError => e puts e.message else puts "Congratulations! Your catalyst configuration is valid.".green end end