Method: PodBuilder::PodfileItem#commit

Defined in:
lib/pod_builder/podfile_item.rb

#commitString (readonly)

Returns The pinned commit of the pod, if any.

Returns:

  • (String)

    The pinned commit of the pod, if any



48
49
50
# File 'lib/pod_builder/podfile_item.rb', line 48

def commit
  @commit
end