You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Be sure to run `pod lib lint AWFileHash.podspec' to ensure this is a
# valid spec and remove all comments before submitting the spec.
#
# Any lines starting with a # are optional, but encouraged
#
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.newdo |s|
s.name="AWFileHash"
s.version="0.2.0"
s.summary="An Objective-C implementation of the MD5, SHA1, SHA512 hash algorithms and CRC32b checksum."
s.description=<<-DESC
An Objective-C implementation of the MD5, SHA1, SHA512 hash algorithms and CRC32b checksum. Performs it chunked and consumes almost no memory while running, making it suitable to both OSX and iOS.