Method: Pod::Specification::DSL::RootAttributesAccessors#changelog
- Defined in:
- lib/cocoapods-core/specification/root_attribute_accessors.rb
#changelog ⇒ String
Returns The changelog.
110 111 112 |
# File 'lib/cocoapods-core/specification/root_attribute_accessors.rb', line 110 def changelog attributes_hash['changelog'] end |