Method: Pod::Specification::DSL::RootAttributesAccessors#base_name
- Defined in:
- lib/cocoapods-core/specification/root_attribute_accessors.rb
#base_name ⇒ String
Returns The name of the specification not including the names of the parents, in case of ‘sub-specifications’.
11 12 13 |
# File 'lib/cocoapods-core/specification/root_attribute_accessors.rb', line 11 def base_name attributes_hash['name'] end |