Method: Pod::Specification::Linter#file
- Defined in:
- lib/cocoapods-core/specification/linter.rb
#file ⇒ Pathname (readonly)
Returns the path of the podspec file where #spec is defined.
19 20 21 |
# File 'lib/cocoapods-core/specification/linter.rb', line 19 def file @file end |