Method: Pod::Lockfile#checksum
- Defined in:
- lib/cocoapods-core/lockfile.rb
permalink #checksum(name) ⇒ String, Nil
Returns the checksum for the given Pod.
115 116 117 |
# File 'lib/cocoapods-core/lockfile.rb', line 115 def checksum(name) checksum_data[name] end |