Method: Fastlane::Actions::ReadPodspecAction.description
- Defined in:
- fastlane/lib/fastlane/actions/read_podspec.rb
.description ⇒ Object
26 27 28 |
# File 'fastlane/lib/fastlane/actions/read_podspec.rb', line 26 def self.description "Loads a CocoaPods spec as JSON" end |