Skip to content

Instantly share code, notes, and snippets.

@HBehrens
Created July 19, 2013 15:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save HBehrens/6039919 to your computer and use it in GitHub Desktop.
Save HBehrens/6039919 to your computer and use it in GitHub Desktop.
FileMD5Hash.podspec
Pod::Spec.new do |s|
s.name = 'FileMD5Hash'
s.version = '0.0.1'
s.license = 'Apache'
s.summary = 'Library for computing MD5 hashes of files with small memory usage.'
s.homepage = 'http://www.joel.lopes-da-silva.com/2010/09/07/compute-md5-or-sha-hash-of-large-file-efficiently-on-ios-and-mac-os-x/'
s.author = { 'Joel Lopes Da Silva' => 'joel@lopes-da-silva.com' }
s.source = { :git => 'https://github.com/HBehrens/FileMD5Hash.git', :commit => '23167b4413ccc1b554f3a88182f077042eba76c0' }
s.prefix_header_file = 'Common/FileMD5Hash_Prefix.pch'
s.source_files = 'Common/*.{h,c}'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment