Method: Fastlane::Actions::CocoapodsAction.details
- Defined in:
- fastlane/lib/fastlane/actions/cocoapods.rb
.details ⇒ Object
129 130 131 |
# File 'fastlane/lib/fastlane/actions/cocoapods.rb', line 129 def self.details "If you use [CocoaPods](http://cocoapods.org) you can use the `cocoapods` integration to run `pod install` before building your app." end |