Method: Fastlane::Actions::CleanCocoapodsCacheAction.description
- Defined in:
- fastlane/lib/fastlane/actions/clean_cocoapods_cache.rb
.description ⇒ Object
15 16 17 |
# File 'fastlane/lib/fastlane/actions/clean_cocoapods_cache.rb', line 15 def self.description 'Remove the cache for pods' end |