Method: Pod::Specification::Linter#file

Defined in:
lib/cocoapods-core/specification/linter.rb

#filePathname (readonly)

Returns the path of the podspec file where #spec is defined.

Returns:

  • (Pathname)

    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