Method: Fastlane::Actions::CocoapodsAction.description
- Defined in:
- fastlane/lib/fastlane/actions/cocoapods.rb
.description ⇒ Object
49 50 51 |
# File 'fastlane/lib/fastlane/actions/cocoapods.rb', line 49 def self.description "Runs `pod install` for the project" end |