Method: Fastlane::Actions::CocoapodsAction.description

Defined in:
fastlane/lib/fastlane/actions/cocoapods.rb

.descriptionObject



49
50
51
# File 'fastlane/lib/fastlane/actions/cocoapods.rb', line 49

def self.description
  "Runs `pod install` for the project"
end